mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use msg instead of var (#40810)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
72d630b831
commit
4d200fb5ac
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
||||||
password: "{{ vcsim_instance['json']['password'] }}"
|
password: "{{ vcsim_instance['json']['password'] }}"
|
||||||
register: vm_facts_0001
|
register: vm_facts_0001
|
||||||
|
|
||||||
- debug: var="{{ vm_facts_0001['virtual_machines'].keys() }}"
|
- debug:
|
||||||
|
msg: "{{ vm_facts_0001['virtual_machines'].keys() }}"
|
||||||
|
|
||||||
- name: get all VMs
|
- name: get all VMs
|
||||||
uri:
|
uri:
|
||||||
|
|
Loading…
Reference in a new issue