Azure – Get virtual machine facts using ansible
I am running a ansible playbook to get the status of virtual machine in azure my playbook look likes - name: Get facts by name azure_rm_virtualmachine_facts: resource_group: startAnsible name: startAnsible-vm enter image description here is there any method to get…