Skip to content

Commit

Permalink
Merge pull request #38 from sbesson/restorecon_multithreaded
Browse files Browse the repository at this point in the history
Run restorecon in multithreaded mode
  • Loading branch information
jburel authored May 9, 2024
2 parents 58be997 + 04258a7 commit 6714608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/nginx-selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: nginx | restore cache context
become: true
command: >-
/usr/sbin/restorecon -R -v
/usr/sbin/restorecon -R -v -T 0
{{ ansible_check_mode | ternary('-n', '') }}
{{ nginx_proxy_cache_parent_path }}
register: result
Expand Down

0 comments on commit 6714608

Please sign in to comment.