2
0

mise au point atelier condition

This commit is contained in:
2020-05-07 15:41:26 +02:00
parent caf04a0af4
commit 719f513f16
19 changed files with 60 additions and 151 deletions

View File

@@ -51,4 +51,8 @@
dest: "{{ item.documentroot }}/index.html"
mode: 0644
with_items:
- "{{ apache_vhosts }}"
- "{{ apache_vhosts }}"
- name: include php stuff
include_tasks: php.yml
when: use_php