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:
Will Thames 2018-11-02 11:44:23 +10:00 committed by Brian Coca
parent d8a8c21efe
commit 2b02e43614

View file

@ -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 = """