SElinux roles are correct and thus ignoring errors

Change-Id: Ib802e80ff2b0f6f0ebf7dabea7c57d04a4936f21
This commit is contained in:
agopi 2018-02-08 11:09:41 -05:00
parent 80e62653f6
commit 18953a8643
1 changed files with 2 additions and 1 deletions

View File

@ -144,4 +144,5 @@
# validate that the .te file produced makes sense.
- name: Generate and install syslog policy file
shell: "grep syslog /var/log/audit/audit.log | audit2allow -M syslogd_t; semodule -i syslogd_t.pp"
become: true
become: true
ignore_errors: true