mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in autogenerated docs
This commit is contained in:
parent
bbf95abc8f
commit
f1dfddc5e5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ notes:
|
|||
install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your
|
||||
remote systems.
|
||||
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.
|
||||
author: Michael DeHaan
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue