mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Virtual machine facts - retrieving instance view (#45128)
This commit is contained in:
parent
9bd702ef37
commit
1f8635fbd9
5 changed files with 26 additions and 4 deletions
|
@ -352,6 +352,8 @@
|
|||
- results.vms[0].name == "{{ vm_name2 }}"
|
||||
- results.vms[0].location == 'eastus'
|
||||
- results.vms[0].admin_username == 'adminuser'
|
||||
- results.vms[0].resource_group == "{{ resource_group }}"
|
||||
- results.vms[0].power_state != None
|
||||
|
||||
- name: Should be idempotent with a dual NICs
|
||||
azure_rm_virtualmachine:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue