From 6a5093f8ce9604d0f0cdeae9bf3c26f23812eb4b Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Thu, 2 May 2019 15:14:47 +0200 Subject: [PATCH] This task has to be move after /etc/apache2/sites-available/000-evolinux-default.conf is created otherwise it's complaining about 000-evolinux-default.conf being missing --- apache/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache/tasks/main.yml b/apache/tasks/main.yml index 19858569..a461a8d4 100644 --- a/apache/tasks/main.yml +++ b/apache/tasks/main.yml @@ -46,10 +46,6 @@ tags: - apache -- include: server_status.yml - tags: - - apache - - name: Copy Apache defaults config file copy: src: evolinux-defaults.conf @@ -118,6 +114,10 @@ tags: - apache +- include: server_status.yml + tags: + - apache + - name: is umask already present? command: "grep -E '^umask ' /etc/apache2/envvars" failed_when: False