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'] }}"
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: