From 7d66644b2ea359ea86d7dc0bbb67d54519015382 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 14 Oct 2016 15:37:35 +0000 Subject: [PATCH] more ansible 2.2 cleanups --- playbooks/groups/qadevel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/qadevel.yml b/playbooks/groups/qadevel.yml index 8eb40ad512..fa914f0a37 100644 --- a/playbooks/groups/qadevel.yml +++ b/playbooks/groups/qadevel.yml @@ -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: