diff --git a/lib/ansible/modules/files/copy.py b/lib/ansible/modules/files/copy.py index 21aa74c9379..e69b9de41fd 100644 --- a/lib/ansible/modules/files/copy.py +++ b/lib/ansible/modules/files/copy.py @@ -156,7 +156,7 @@ EXAMPLES = r''' group: foo mode: u+rw,g-wx,o-rwx -- name: Copy a new "ntp.conf file into place, backing up the original if it differs from the copied version +- name: Copy a new "ntp.conf" file into place, backing up the original if it differs from the copied version copy: src: /mine/ntp.conf dest: /etc/ntp.conf