mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +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
|
||||
path: /home/user/bin/runme.o
|
||||
container_path: /bin/runme
|
||||
owner: 0 # root
|
||||
group: 0 # root
|
||||
mode: 0o755 # readable and executable by all users, writable by root
|
||||
owner_id: 0 # root
|
||||
group_id: 0 # root
|
||||
mode: 0755 # readable and executable by all users, writable by root
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user