mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user