From ed78cac3f660e18bbca658988d78f4fa61c4caf5 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Fri, 4 Jan 2019 20:50:55 +0800 Subject: [PATCH] Omit the twice occured words in main.yml Change-Id: If399b9258569f1b51d89ce669d4157d1b67c6660 --- ansible/install/roles/rsyslog-templates/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install/roles/rsyslog-templates/tasks/main.yml b/ansible/install/roles/rsyslog-templates/tasks/main.yml index 89039a809..a9b07fe78 100644 --- a/ansible/install/roles/rsyslog-templates/tasks/main.yml +++ b/ansible/install/roles/rsyslog-templates/tasks/main.yml @@ -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"