Warn about octal modes. (#1072)

This commit is contained in:
Felix Fontein 2025-04-26 12:22:16 +02:00 committed by GitHub
parent 545d99e7c1
commit 3a3ece3ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,7 @@ options:
description: description:
- The file mode to use when writing the file to disk. - 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. - 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 type: int
force: force:
description: description: