user= should owner=

This commit is contained in:
staticsafe 2014-05-07 17:58:47 +00:00
parent a5a3022349
commit 7432d14d50
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@
- { name: 'wordpress-generic.conf', dir: '/etc/nginx/global/wordpress-generic.conf' }
- { name: 'wordpress-security.conf', dir: '/etc/nginx/global/wordpress-security.conf' }
- name: Make catch-all vhost root dir
file: path=/srv/www/catch-all state=directory user=www-data group=www-data
file: path=/srv/www/catch-all state=directory owner=www-data group=www-data
notify:
- start nginx