Browse Source

Tiny fixes in webserver tasks (reordering)

Emmanuel Bouthenot 9 năm trước cách đây
mục cha
commit
66c2a58a70
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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