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:
@@ -18,7 +18,7 @@
|
||||
validate_certs: '{{ aci_validate_certs | default(false) }}'
|
||||
use_ssl: '{{ aci_use_ssl | default(true) }}'
|
||||
use_proxy: '{{ aci_use_proxy | default(true) }}'
|
||||
output_level: info
|
||||
output_level: '{{ aci_output_level | default("info") }}'
|
||||
serial: ansible_test
|
||||
node_id: 105
|
||||
state: absent
|
||||
@@ -123,6 +123,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") }}'
|
||||
state: query
|
||||
check_mode: yes
|
||||
register: cm_query_all_fabric_nodes
|
||||
|
||||
Reference in New Issue
Block a user