Fix typo in autogenerated docs
This commit is contained in:
parent
5a9fc35200
commit
3e560234bc
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -45,7 +45,7 @@ notes:
|
||||||
install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your
|
install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your
|
||||||
remote systems.
|
remote systems.
|
||||||
examples:
|
examples:
|
||||||
- code: ansible all -m setup -tree /tmp/facts
|
- code: ansible all -m setup --tree /tmp/facts
|
||||||
description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.
|
description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue