more ansible 2.2 cleanups
This commit is contained in:
parent
bef7d0d9bc
commit
7d66644b2e
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
|
||||
- name: generate virtualhosts for static sites
|
||||
template: src={{ files }}/httpd/newvirtualhost.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:
|
||||
- reload httpd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue