diff --git a/lib/ansible/plugins/lookup/template.py b/lib/ansible/plugins/lookup/template.py index bdbfcf338a5..7a25a5be189 100644 --- a/lib/ansible/plugins/lookup/template.py +++ b/lib/ansible/plugins/lookup/template.py @@ -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 = """