Update copy.py (#45393)

<!--- Your description here -->
Removed additional  apostrophe in dest:
+label: docsite_pr
pull/45410/head
Sandeep Mendiratta 6 years ago committed by Dag Wieers
parent 376082c37d
commit d6b0b61aa3

@ -163,7 +163,7 @@ EXAMPLES = r'''
- name: Copy using the 'content' for inline data
copy:
content: '# This file was moved to /etc/other.conf'
dest: /etc/mine.conf'
dest: /etc/mine.conf
'''
RETURN = r'''

Loading…
Cancel
Save