Browse Source

Tiny fixes in webserver tasks (reordering)

Emmanuel Bouthenot 9 years ago
parent
commit
66c2a58a70
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,3 +1,3 @@
-- include: php.yml
 - include: apache2.yml
 - include: nginx.yml
+- include: php.yml