mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
ACI: Add ability to enable debug for tests (#43744)
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
validate_certs: '{{ aci_validate_certs | default(false) }}'
|
||||
use_ssl: '{{ aci_use_ssl | default(true) }}'
|
||||
use_proxy: '{{ aci_use_proxy | default(true) }}'
|
||||
output_level: '{{ aci_output_level | default("info") }}'
|
||||
tenant: anstest
|
||||
ospf: ansible_ospf
|
||||
state: absent
|
||||
@@ -45,6 +46,7 @@
|
||||
validate_certs: '{{ aci_validate_certs | default(false) }}'
|
||||
use_ssl: '{{ aci_use_ssl | default(true) }}'
|
||||
use_proxy: '{{ aci_use_proxy | default(true) }}'
|
||||
output_level: '{{ aci_output_level | default("info") }}'
|
||||
tenant: anstest
|
||||
ospf: ansible_ospf
|
||||
state: present
|
||||
@@ -130,6 +132,7 @@
|
||||
validate_certs: '{{ aci_validate_certs | default(false) }}'
|
||||
use_ssl: '{{ aci_use_ssl | default(true) }}'
|
||||
use_proxy: '{{ aci_use_proxy | default(true) }}'
|
||||
output_level: '{{ aci_output_level | default("info") }}'
|
||||
tenant: anstest
|
||||
state: query
|
||||
check_mode: yes
|
||||
|
||||
Reference in New Issue
Block a user