Skip to content

Commit

Permalink
fixed all issues in test.yml for aci_oob_contract. Module ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaf007 committed Dec 15, 2024
1 parent ee8f461 commit ba8f7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/aci_oob_contract/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '{{ aci_output_level | default("info") }}'
output_level: '{{ aci_output_level | default("debug") }}'

- name: Query system information
cisco.aci.aci_system:
Expand Down

0 comments on commit ba8f7b0

Please sign in to comment.