fixing syntax error in playbook
This commit is contained in:
parent
91c913e569
commit
95f683c478
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
- qastaticsites
|
- qastaticsites
|
||||||
|
|
||||||
- name: generate virtualhosts for static sites
|
- name: generate virtualhosts for static sites
|
||||||
template: src={{ files }}/httpd/qadevel-virtualhost.conf.j2 dest=/etc/httpd/conf.d/{{ item.name }}.conf owner=root group=root mode=0644
|
template: src={{ files }}/httpd/qadevel-virtualhost.conf.j2 dest=/etc/httpd/conf.d/{{ item.name }}.conf owner=root group=root mode=0644
|
||||||
with_items: "{{ static_sites }}"
|
with_items: "{{ static_sites }}"
|
||||||
notify:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue