mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
ACI: Add specific info about running locally (#43903)
Since the ACI modules (like most network-related modules) run on the local controller, this PR adds the necessary details so users are aware of this particular feature.
This commit is contained in:
parent
18da873531
commit
cc2164f92a
2 changed files with 76 additions and 8 deletions
|
@ -69,7 +69,7 @@ extends_documentation_fragment: aci
|
|||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Add a tenant using certifcate authentication
|
||||
- name: Add a tenant using certificate authentication
|
||||
aci_rest:
|
||||
host: apic
|
||||
username: admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue