mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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:
|
||||
_terms:
|
||||
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 = """
|
||||
|
||||
Reference in New Issue
Block a user