From 165f48717a5d25aee53c436e501dcaea4ce0f878 Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Mon, 11 Apr 2016 00:51:37 +0800 Subject: [PATCH] Improve doc accuracy of template module --- lib/ansible/modules/files/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []