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:
Pilou 2018-03-15 04:58:50 +01:00 committed by Jordan Borean
commit c718c42df4
10 changed files with 32 additions and 32 deletions

View file

@ -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: