Forgot key for file action

This commit is contained in:
staticsafe 2014-05-16 01:54:12 +00:00
parent 2fd24d5bb3
commit 86a92b382b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- name: Make sure the init script is executable
file: path=/etc/init.d/uwsgi owner=root group=root mode=0755
- name: Make configuration directory
file: /etc/uwsgi/apps state=directory
file: path=/etc/uwsgi/apps state=directory
- name: Make sure uwsgi starts on boot
service: name=uwsgi enabled=yes
notify: