I wonder if you can now put variables in names like this
This commit is contained in:
parent
79076087d2
commit
b250b314d1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue