summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/selinux.yml
blob: ccd71406808cf75a3b8da770fc7639d5b80e7580 (plain)
1
2
3
4
5
6
7
- name: Rapport SELinux
  copy: src=eaureport.sh dest=/etc/cron.daily/eaureport.sh mode=755
  when: ansible_selinux.status != "disabled"

- name: Relabel système de fichier
  copy: src=selinuxresto.sh dest=/etc/cron.monthly/selinuxresto.sh mode=755
  when: ansible_selinux.status != "disabled"