mise au point ex variable 2
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
- name: create documentroot
|
||||
file:
|
||||
name: "/var/www/html/{{ item.documentroot }}"
|
||||
name: "{{ item.documentroot }}"
|
||||
state: directory
|
||||
with_items:
|
||||
- "{{ apache_vhosts }}"
|
||||
@@ -37,7 +37,7 @@
|
||||
- name: create index file
|
||||
copy:
|
||||
src: index.html
|
||||
dest: "/var/www/html/{{ item.documentroot }}/index.html"
|
||||
dest: "{{ item.documentroot }}/index.html"
|
||||
mode: 0644
|
||||
with_items:
|
||||
- "{{ apache_vhosts }}"
|
||||
- "{{ apache_vhosts }}"
|
||||
|
||||
Reference in New Issue
Block a user