mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix vhost_reboot playbook syntax
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
- name: add them to myvms_new group
|
||||
local_action: add_host hostname={{ item }} groupname=myvms_new
|
||||
with_items: vmlist.list_vms
|
||||
with_items: "{{ vmlist.list_vms }}"
|
||||
|
||||
# Call out to another playbook. Disable any proxies that may live here
|
||||
- include: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies
|
||||
|
||||
Reference in New Issue
Block a user