From f5be8918c935af9b8e6f99291306029f863a688a Mon Sep 17 00:00:00 2001 From: Matt Coddington Date: Fri, 26 Apr 2013 19:47:33 -0400 Subject: [PATCH] doc typo fix in copy module --- library/copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/copy b/library/copy index d380c16bf92..03578dbec34 100644 --- a/library/copy +++ b/library/copy @@ -79,7 +79,7 @@ examples: description: "Example from Ansible Playbooks" - code: "copy: src=/mine/ntp.conf dest=/etc/ntp.conf owner=root group=root mode=644 backup=yes" description: "Copy a new C(ntp.conf) file into place, backing up the original if it differs from the copied version" - - code: "copy: src=/mine/sudoers dest=/etc/sudoers validate='visudo -c %s' + - code: "copy: src=/mine/sudoers dest=/etc/sudoers validate='visudo -c %s'" description: "Copy a new C(sudoers) file into place, after passing validation with visudo" author: Michael DeHaan notes: