Omit the twice occured words in main.yml

Change-Id: If399b9258569f1b51d89ce669d4157d1b67c6660
This commit is contained in:
zhouxinyong 2019-01-04 20:50:55 +08:00 committed by Aakarsh
parent cc9295342d
commit ed78cac3f6
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
when: rsyslog_aggregator or rsyslog_forwarding
# syslog as a system process lives under some very restrictive selinux rules, this is the best
# way I've found to get to to work reliably. On a prod system you would probably want to manually
# way I've found to get to work reliably. On a prod system you would probably want to manually
# 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"