more ansible 2.2 cleanups

This commit is contained in:
Kevin Fenzi 2016-10-14 15:37:35 +00:00
parent bef7d0d9bc
commit 7d66644b2e

View file

@ -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: