Browse Source

format nginx role

phabricator
Edoardo Putti 8 years ago
parent
commit
e83c48089d
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      roles/nginx/tasks/main.yaml

+ 3
- 1
roles/nginx/tasks/main.yaml View File

@ -7,7 +7,9 @@
- nginx
- name: disable nginx default configuration
file: path=/etc/nginx/sites-enabled/default state=absent
file:
path: /etc/nginx/sites-enabled/default
state: absent
notify: restart nginx
- name: install php5-fpm


Loading…
Cancel
Save