Browse Source

Make sure that all stuff related to php-fpm is installed before the webserver

Emmanuel Bouthenot 11 years ago
parent
commit
3752bf57e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/webserver/tasks/main.yml

+ 1 - 1
roles/webserver/tasks/main.yml

@@ -1,4 +1,4 @@
+- include: fpm.yml
 - include: apache2.yml
 - include: nginx.yml
-- include: fpm.yml
 - include: php.yml