Fix typo in docstring for host inventory plugin
This commit is contained in:
parent
16073f5b08
commit
26d358c64d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ EXAMPLES: |
|
|||
ansible -i '10.10.2.6, 10.10.2.4' -m ping all
|
||||
|
||||
# DNS resolvable names
|
||||
ansible -i 'host1.example.com, host2' -m user -a 'name=me state=abset' all
|
||||
ansible -i 'host1.example.com, host2' -m user -a 'name=me state=absent' all
|
||||
|
||||
# just use localhost
|
||||
ansible-playbook -i 'localhost,' play.yml -c local
|
||||
|
|
Loading…
Reference in a new issue