From fc7c2793498a28af05c654dd153422b1fbe44cfc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 13 Dec 2015 18:36:12 +0000 Subject: [PATCH] Drop the recurse here as it makes it change each run --- roles/supybot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/supybot/tasks/main.yml b/roles/supybot/tasks/main.yml index 7b8b994021..59cc5eaad0 100644 --- a/roles/supybot/tasks/main.yml +++ b/roles/supybot/tasks/main.yml @@ -23,7 +23,7 @@ tags: supybot - name: create teams directory - file: path=/srv/web/meetbot/teams state=directory recurse=yes owner=apache group=apache mode=0755 + file: path=/srv/web/meetbot/teams state=directory owner=apache group=apache mode=0755 tags: supybot - name: creating usrabot log dir