mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Use msg instead of var (#40810)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user