Forgot key for file action
This commit is contained in:
parent
2fd24d5bb3
commit
86a92b382b
2
debian/roles/appservers-uwsgi/tasks/main.yml
vendored
2
debian/roles/appservers-uwsgi/tasks/main.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user