diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py index f950ecdb92..acdae6e40f 100644 --- a/lib/ansible/modules/files/template.py +++ b/lib/ansible/modules/files/template.py @@ -37,7 +37,7 @@ description: options: src: description: - - Path of a Jinja2 formatted template on the local server. This can be a relative or absolute path. + - Path of a Jinja2 formatted template on the Ansible controller. This can be a relative or absolute path. required: true default: null aliases: []