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