From 91ab748340496a85be2ad878646cc83e928ff88d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 12:40:06 +0200 Subject: [PATCH] Warn about octal modes. (#1072) (#1073) (cherry picked from commit 3a3ece3ba5277d1ea57e40342d0b72e5bf956647) Co-authored-by: Felix Fontein --- 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 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: