mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
more ansible 2.2 cleanups
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user