diff options
author | Kevin Fenzi <kevin@scrye.com> | 2015-12-13 18:36:12 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2015-12-13 18:36:12 +0000 |
commit | fc7c2793498a28af05c654dd153422b1fbe44cfc (patch) | |
tree | 03fd3a9ca4791e9a851285ae953a762c129f3fb4 | |
parent | ea51809b5eb3ceffaa342717fcd6baff0d0572dc (diff) | |
download | ansible-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.yml | 2 |
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 |