mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc typo fix in copy module
This commit is contained in:
parent
a10ed7793a
commit
f5be8918c9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ examples:
|
||||||
description: "Example from Ansible Playbooks"
|
description: "Example from Ansible Playbooks"
|
||||||
- code: "copy: src=/mine/ntp.conf dest=/etc/ntp.conf owner=root group=root mode=644 backup=yes"
|
- 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"
|
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"
|
description: "Copy a new C(sudoers) file into place, after passing validation with visudo"
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
notes:
|
notes:
|
||||||
|
|
Loading…
Reference in a new issue