mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
I wonder if you can now put variables in names like this
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
delegate_to: "{{ vmhost }}"
|
||||
when: inventory_hostname not in result.list_vms
|
||||
|
||||
- name: wait for the install to finish
|
||||
- name: wait for the install to finish -> {{ inventory_hostname }}
|
||||
virt: command=status name={{ inventory_hostname }}
|
||||
register: vmstatus
|
||||
until: vmstatus.status == 'shutdown'
|
||||
|
||||
Reference in New Issue
Block a user