ソースを参照

Tiny fixes in webserver tasks (reordering)

Emmanuel Bouthenot 9 年 前
コミット
66c2a58a70
1 ファイル変更1 行追加1 行削除
  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