소스 검색

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