fix(lint): caddy mark selinux context handler as always changed
Find a better solution in the future, but for now this is fine.
This commit is contained in:
parent
886e83baa8
commit
d52827bd9a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
- name: Apply new SELinux file context to filesystem.
|
||||
ansible.builtin.command: "restorecon -irF {{ caddy_install_dir }}"
|
||||
become: true
|
||||
changed_when: true
|
||||
listen: "caddy selinux context changed"
|
||||
|
||||
- name: Restart caddy service.
|
||||
|
|
Loading…
Add table
Reference in a new issue