mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Add forgotten with_items.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
copy: >
|
||||
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
||||
owner=root group=root mode=0644
|
||||
with_items:
|
||||
- fedora-releng-dash.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user