Ansible - Getting VSphere VM facts not printing -


am running ansible 1.9.1 , here's playbook. problem playbook runs without hickups doesnt return vm facts expected.

- hosts: 127.0.0.1   connection: local   user: jenkins   sudo: false   gather_facts: false   serial: 1    tasks:   - vsphere_guest:       vcenter_hostname: vcenter.local       username: user       password: pass       guest: vm1       vmware_guest_facts: yes 

run playbook -vvv see output.


Comments