Update copy.py (#45393)
<!--- Your description here --> Removed additional apostrophe in dest: +label: docsite_pr
This commit is contained in:
parent
376082c37d
commit
d6b0b61aa3
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ EXAMPLES = r'''
|
||||||
- name: Copy using the 'content' for inline data
|
- name: Copy using the 'content' for inline data
|
||||||
copy:
|
copy:
|
||||||
content: '# This file was moved to /etc/other.conf'
|
content: '# This file was moved to /etc/other.conf'
|
||||||
dest: /etc/mine.conf'
|
dest: /etc/mine.conf
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
|
|
Loading…
Reference in a new issue