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:
Saibotk 2024-09-12 22:55:00 +02:00
parent 886e83baa8
commit d52827bd9a
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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.