aci_ap: Ensure AP is removed before tests start (#42744)

pull/42837/head
Dag Wieers 6 years ago committed by GitHub
parent 27b4d7ed31
commit 2ad234f98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,12 @@
tenant: anstest
register: tenant_present
- name: ensure ap does not exist initially
aci_ap:
<<: *aci_tenant_present
ap: anstest
state: absent
- name: create ap - check mode works
aci_ap: &aci_ap_present
<<: *aci_tenant_present

Loading…
Cancel
Save