diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py index 3ba25d50c16..c13f1b7646c 100644 --- a/lib/ansible/modules/files/template.py +++ b/lib/ansible/modules/files/template.py @@ -109,6 +109,6 @@ EXAMPLES = ''' owner: root group: root mode: '0600' - validate: /usr/sbin/sshd -t %s + validate: /usr/sbin/sshd -t -f %s backup: yes '''