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

View file

@ -46,10 +46,6 @@
tags: tags:
- apache - apache
- include: server_status.yml
tags:
- apache
- name: Copy Apache defaults config file - name: Copy Apache defaults config file
copy: copy:
src: evolinux-defaults.conf src: evolinux-defaults.conf
@ -118,6 +114,10 @@
tags: tags:
- apache - apache
- include: server_status.yml
tags:
- apache
- name: is umask already present? - name: is umask already present?
command: "grep -E '^umask ' /etc/apache2/envvars" command: "grep -E '^umask ' /etc/apache2/envvars"
failed_when: False failed_when: False