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

This commit is contained in:
Tristan PILAT 2019-05-02 15:14:47 +02:00
parent 992f279064
commit 6a5093f8ce
1 changed files with 4 additions and 4 deletions

View File

@ -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