mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
aci_ap: Ensure AP is removed before tests start (#42744)
This commit is contained in:
parent
27b4d7ed31
commit
2ad234f98e
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
||||||
tenant: anstest
|
tenant: anstest
|
||||||
register: tenant_present
|
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
|
- name: create ap - check mode works
|
||||||
aci_ap: &aci_ap_present
|
aci_ap: &aci_ap_present
|
||||||
<<: *aci_tenant_present
|
<<: *aci_tenant_present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue