mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Fix typo in documentation for inventory ini plugin (#26643)
This commit is contained in:
parent
28fb0498ac
commit
1e5cfd16fc
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ EXAMPLES:
|
||||||
# other example config
|
# other example config
|
||||||
host1 # this is 'ungrouped'
|
host1 # this is 'ungrouped'
|
||||||
|
|
||||||
# both hsots have same IP but diff ports, also 'ungrouped'
|
# both hosts have same IP but diff ports, also 'ungrouped'
|
||||||
host2 ansible_host=127.0.0.1 ansible_port=44
|
host2 ansible_host=127.0.0.1 ansible_port=44
|
||||||
host3 ansible_host=127.0.0.1 ansible_port=45
|
host3 ansible_host=127.0.0.1 ansible_port=45
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue