diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py index 1aec5226b8f..c24deb72af4 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