summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ansible/modules/files/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py
index 1aec5226b8..c24deb72af 100644
--- a/lib/ansible/modules/files/template.py
+++ b/lib/ansible/modules/files/template.py
@@ -47,7 +47,7 @@ extends_documentation_fragment:
'''
EXAMPLES = r'''
-- name: Template a file to /etc/files.conf
+- name: Template a file to /etc/file.conf
template:
src: /mytemplates/foo.j2
dest: /etc/file.conf