From b22e1be97244738b7fefd073a1b325c372aaa5aa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 May 2014 18:55:03 +0000 Subject: [PATCH] Perhaps quotes are confusing it here. --- roles/download/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/download/tasks/main.yml b/roles/download/tasks/main.yml index d07d9ba77c..06aea2cfde 100644 --- a/roles/download/tasks/main.yml +++ b/roles/download/tasks/main.yml @@ -20,7 +20,7 @@ - config - name: /var/log/rsyncd-fedora.log file context - command: semanage fcontext -a -t rsync_log_t "/var/log/rsyncd-fedora.log" + command: semanage fcontext -a -t rsync_log_t /var/log/rsyncd-fedora.log - name: /etc/system_identification copy: src=system_identification dest=/etc/system_identification