diff options
-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 |