mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
ACI: Move to 'host' parameter instead of 'hostname' (#35161)
* ACI: Move to 'host' parameter instead of 'hostname' * Update host parameter in documentation fragment too
This commit is contained in:
parent
cf1f7b53df
commit
d6004852a2
56 changed files with 197 additions and 198 deletions
|
@ -69,7 +69,7 @@ extends_documentation_fragment: aci
|
|||
# FIXME: Add more, better examples
|
||||
EXAMPLES = r'''
|
||||
- aci_contract:
|
||||
hostname: '{{ inventory_hostname }}'
|
||||
host: '{{ inventory_hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
||||
contract: '{{ contract }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue