mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Document template plugin's convert_data option
This is a useful option that I can never remember the name of
This commit is contained in:
@@ -17,6 +17,9 @@ DOCUMENTATION = """
|
|||||||
options:
|
options:
|
||||||
_terms:
|
_terms:
|
||||||
description: list of files to template
|
description: list of files to template
|
||||||
|
convert_data:
|
||||||
|
type: bool
|
||||||
|
description: whether to convert YAML into data. If False, strings that are YAML will be left untouched.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|||||||
Reference in New Issue
Block a user