Fix symlink order

This commit is contained in:
staticsafe 2014-05-07 17:03:30 +00:00
parent 4fb03b47cf
commit 81da8fb77c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
copy: src=nginx.conf dest=/etc/nginx/nginx.conf backup=yes
- name: Copy our default catch-all virtualhost over and symlink it
copy: src=0-catch-all dest=/etc/nginx/sites-available/0-catch-all
file: src=/etc/nginx/sites-enabled/0-catch-all dest=/etc/nginx/sites-available/0-catch-all state=link
file: src=/etc/nginx/sites-available/0-catch-all dest=/etc/nginx/sites-enabled/0-catch-all state=link
- name: Copy over global includes, make catchall dir, and start nginx
copy: src=cloudflare.conf dest=/etc/nginx/global/cloudflare.conf
copy: src=php-generic.conf dest=/etc/nginx/global/php-generic.conf