mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 23:01:14 +00:00
Fix typo in documentation for inventory ini plugin (#26643)
This commit is contained in:
committed by
John R Barker
parent
28fb0498ac
commit
1e5cfd16fc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user