fix closing quotation mark in copy module(#66619)

fix from "ntp.conf to "ntp.conf" in copy module documentation
This commit is contained in:
Dovry 2020-01-20 12:36:17 +01:00 committed by Abhijeet Kasurde
parent b620134f9c
commit f9bc53e23d

View file

@ -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