diff --git a/plugins/modules/docker_container_copy_into.py b/plugins/modules/docker_container_copy_into.py index 50906759..974d7383 100644 --- a/plugins/modules/docker_container_copy_into.py +++ b/plugins/modules/docker_container_copy_into.py @@ -94,6 +94,7 @@ options: description: - The file mode to use when writing the file to disk. - Will use the file's mode from the source system if this option is not provided. + - Note that if you provide an octal number as a string, Ansible will parse it as a B(decimal) number. type: int force: description: