mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
ACI: Add missing examples to module docs (#36417)
This PR includes: - A cleanup of documentation examples for ACI modules - A small fix in aci_rest integration test
This commit is contained in:
parent
fb9af72b48
commit
6534e6a450
21 changed files with 566 additions and 135 deletions
|
@ -176,7 +176,7 @@
|
|||
state: absent
|
||||
register: provide_absent2
|
||||
|
||||
- name: delte consume binding - idempotency works
|
||||
- name: delete consume binding - idempotency works
|
||||
aci_epg_to_contract:
|
||||
<<: *aci_epg_consume_absent
|
||||
register: consume_absent_idempotent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue