diff --git a/plugins/modules/docker_container_copy_into.py b/plugins/modules/docker_container_copy_into.py index 2af99152..67411d87 100644 --- a/plugins/modules/docker_container_copy_into.py +++ b/plugins/modules/docker_container_copy_into.py @@ -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 = '''