Fix typo in docstring for host inventory plugin

pull/26932/head
David Moreau-Simard 7 years ago committed by Brian Coca
parent 16073f5b08
commit 26d358c64d

@ -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…
Cancel
Save