1
0
Fork 0
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:
Abhijeet Kasurde 2018-06-04 12:46:23 +05:30 committed by GitHub
parent 72d630b831
commit 4d200fb5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: