Update copy.py (#45393)
<!--- Your description here --> Removed additional apostrophe in dest: +label: docsite_prpull/4420/head
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…
Reference in New Issue