Warn about octal modes. (#1072)

(cherry picked from commit 3a3ece3ba5)
This commit is contained in:
Felix Fontein 2025-04-26 12:22:16 +02:00 committed by patchback[bot]
parent ccb6eb842f
commit 08f1d0d7c6

View File

@ -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: