mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
update manpage for new options.
This commit is contained in:
parent
c8878998d1
commit
2a66185920
3 changed files with 43 additions and 4 deletions
|
@ -73,6 +73,25 @@ access, if any.
|
|||
|
||||
Desired sudo user (default=root).
|
||||
|
||||
*--tags*::
|
||||
|
||||
Run only these tags from the playbook
|
||||
|
||||
*--check-syntax*::
|
||||
|
||||
Look for syntax errors in the playbook, but don't run anything
|
||||
|
||||
*--check*::
|
||||
|
||||
Do not make any changes on the remote system, but test resources to see what might
|
||||
have changed. Note this can not scan all possible resource types and is only
|
||||
a simulation.
|
||||
|
||||
*--diff*::
|
||||
|
||||
When changing any templated files, show the unified diffs of how they changed. When
|
||||
used with --check, shows how the files would have changed if --check were not used.
|
||||
|
||||
*-T* 'SECONDS', *--timeout=*'SECONDS'::
|
||||
|
||||
Connection timeout to use when trying to talk to hosts, in 'SECONDS'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue