fix closing quotation mark in copy module(#66619)
fix from "ntp.conf to "ntp.conf" in copy module documentation
This commit is contained in:
parent
b620134f9c
commit
f9bc53e23d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue