Update copy.py (#45393)

<!--- Your description here -->
Removed additional  apostrophe in dest:
+label: docsite_pr
This commit is contained in:
Sandeep Mendiratta 2018-09-09 21:05:34 -05:00 committed by Dag Wieers
parent 376082c37d
commit d6b0b61aa3

View file

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