Fix azure_rm_virtualnetwork integration test.
Previously the test would fail when run after another test which also created a virtual network tagged with the 'testing' tag.
This commit is contained in:
parent
76e06fa7c2
commit
7d9cac8e47
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
- testing
|
||||
|
||||
- assert:
|
||||
that: "azure_virtualnetworks | length == 1"
|
||||
that: "azure_virtualnetworks | length >= 1"
|
||||
|
||||
- name: Gather facts by tags
|
||||
azure_rm_virtualnetwork_facts:
|
||||
|
|
Loading…
Reference in a new issue