mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
fix mis-named keys and invalid values in copy into example (#915)
This commit is contained in:
parent
bbf163e61d
commit
e2f93a0c66
@ -129,9 +129,9 @@ EXAMPLES = '''
|
|||||||
container: mydata
|
container: mydata
|
||||||
path: /home/user/bin/runme.o
|
path: /home/user/bin/runme.o
|
||||||
container_path: /bin/runme
|
container_path: /bin/runme
|
||||||
owner: 0 # root
|
owner_id: 0 # root
|
||||||
group: 0 # root
|
group_id: 0 # root
|
||||||
mode: 0o755 # readable and executable by all users, writable by root
|
mode: 0755 # readable and executable by all users, writable by root
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user