mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12: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,7 +15,6 @@
|
|||
hostname: '{{ aci_hostname }}'
|
||||
username: '{{ aci_username }}'
|
||||
password: '{{ aci_password }}'
|
||||
use_proxy: no
|
||||
validate_certs: no
|
||||
user: admin
|
||||
certificate_name: admin
|
||||
|
@ -28,7 +27,6 @@
|
|||
hostname: '{{ aci_hostname }}'
|
||||
username: '{{ aci_username }}'
|
||||
password: '{{ aci_password }}'
|
||||
use_proxy: no
|
||||
validate_certs: no
|
||||
user: admin
|
||||
certificate_name: admin
|
||||
|
@ -64,7 +62,6 @@
|
|||
username: '{{ aci_username }}'
|
||||
#password: '{{ aci_password }}'
|
||||
private_key: '{{ role_path }}/pki/admin.key'
|
||||
use_proxy: no
|
||||
validate_certs: no
|
||||
user: admin
|
||||
state: query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue