From 3a3ece3ba5277d1ea57e40342d0b72e5bf956647 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 26 Apr 2025 12:22:16 +0200 Subject: [PATCH] Warn about octal modes. (#1072) --- plugins/modules/docker_container_copy_into.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/docker_container_copy_into.py b/plugins/modules/docker_container_copy_into.py index 3cf623cf..78b78136 100644 --- a/plugins/modules/docker_container_copy_into.py +++ b/plugins/modules/docker_container_copy_into.py @@ -95,6 +95,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: