mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
ACI: Add ability to enable debug for tests (#43744)
This commit is contained in:
parent
2f5e3a75a3
commit
9a8bae5b67
38 changed files with 122 additions and 50 deletions
|
@ -17,8 +17,8 @@
|
|||
use_ssl: '{{ aci_use_ssl | default(true) }}'
|
||||
use_proxy: '{{ aci_use_proxy | default(true) }}'
|
||||
output_level: debug
|
||||
state: present
|
||||
tenant: anstest
|
||||
state: present
|
||||
register: tenant_present
|
||||
|
||||
- name: ensure contracts exist for tests to kick off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue