mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
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
|
||||
host3 ansible_host=127.0.0.1 ansible_port=45
|
||||
|
||||
|
|
Loading…
Reference in a new issue