mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
ansible_tower modules doc: fix typos, use formatting functions (#37414)
* fix typos * use formatting functions * use 'job template' instead of 'job_template' * acronyms: user uppercase * become_enabled param is about privilege escalation
This commit is contained in:
parent
4bba66e664
commit
c718c42df4
10 changed files with 32 additions and 32 deletions
|
@ -38,7 +38,7 @@ options:
|
|||
required: True
|
||||
variables:
|
||||
description:
|
||||
- Variables to use for the group, use '@' for a file.
|
||||
- Variables to use for the group, use C(@) for a file.
|
||||
required: False
|
||||
default: null
|
||||
credential:
|
||||
|
@ -74,12 +74,12 @@ options:
|
|||
default: null
|
||||
source_script:
|
||||
description:
|
||||
- Inventory script to be used when group type is "custom".
|
||||
- Inventory script to be used when group type is C(custom).
|
||||
required: False
|
||||
default: null
|
||||
overwrite:
|
||||
description:
|
||||
- Delete child roups and hosts not found in source.
|
||||
- Delete child groups and hosts not found in source.
|
||||
required: False
|
||||
default: False
|
||||
overwrite_vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue