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:
parent
d8a8c21efe
commit
2b02e43614
1 changed files with 3 additions and 0 deletions
|
@ -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 = """
|
||||||
|
|
Loading…
Reference in a new issue