fix(lint): teamspeak changed_when selinux context

We just ignore this for now.
This commit is contained in:
Saibotk 2024-08-14 02:20:20 +02:00
parent 693184bd7c
commit 8ce37b6416
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 {{ teamspeak_install_dir }}"
become: true
changed_when: true
listen: "teamspeak selinux context changed"
- name: Restart teamspeak service.