mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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'] }}"
|
||||
register: vm_facts_0001
|
||||
|
||||
- debug: var="{{ vm_facts_0001['virtual_machines'].keys() }}"
|
||||
- debug:
|
||||
msg: "{{ vm_facts_0001['virtual_machines'].keys() }}"
|
||||
|
||||
- name: get all VMs
|
||||
uri:
|
||||
|
||||
Reference in New Issue
Block a user