mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Reads the directory_mode param as 'raw' type to mirror the same behavior as mode. This'll cause non-quoted values to be represented as an int, rather than a str. Covered by 'assert recursive copied directories mode' test. Fixes #24202