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.
pull/57526/head
Matt Clay 7 years ago
parent 76e06fa7c2
commit 7d9cac8e47

@ -71,7 +71,7 @@
- testing - testing
- assert: - assert:
that: "azure_virtualnetworks | length == 1" that: "azure_virtualnetworks | length >= 1"
- name: Gather facts by tags - name: Gather facts by tags
azure_rm_virtualnetwork_facts: azure_rm_virtualnetwork_facts:

Loading…
Cancel
Save