summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-12-13 18:36:12 +0000
committerKevin Fenzi <kevin@scrye.com>2015-12-13 18:36:12 +0000
commitfc7c2793498a28af05c654dd153422b1fbe44cfc (patch)
tree03fd3a9ca4791e9a851285ae953a762c129f3fb4
parentea51809b5eb3ceffaa342717fcd6baff0d0572dc (diff)
downloadansible-fc7c2793498a28af05c654dd153422b1fbe44cfc.tar.gz
ansible-fc7c2793498a28af05c654dd153422b1fbe44cfc.tar.xz
ansible-fc7c2793498a28af05c654dd153422b1fbe44cfc.zip
Drop the recurse here as it makes it change each run
-rw-r--r--roles/supybot/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/supybot/tasks/main.yml b/roles/supybot/tasks/main.yml
index 7b8b99402..59cc5eaad 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