mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
ACI: Fix integration tests after error message change (#35138)
This commit is contained in:
parent
08f92a9f0f
commit
2ad91dd359
20 changed files with 26 additions and 47 deletions
|
@ -15,8 +15,6 @@
|
|||
password: "{{ aci_password }}"
|
||||
leaf_profile: sw_name_test
|
||||
validate_certs: no
|
||||
use_ssl: no
|
||||
use_proxy: no
|
||||
state: absent
|
||||
|
||||
- name: Ensuring Switch Policy Leaf profile exists for kick off
|
||||
|
@ -26,8 +24,6 @@
|
|||
password: "{{ aci_password }}"
|
||||
leaf_profile: sw_name_test
|
||||
validate_certs: no
|
||||
use_ssl: no
|
||||
use_proxy: no
|
||||
state: present
|
||||
register: leaf_profile_present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue