mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
aci_ap: Ensure AP is removed before tests start (#42744)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user