mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* Use the local file's mode to for the argument if not explicitly given. Fixes https://github.com/ansible/ansible-modules-core/issues/1124 * Fix octal mode for py3 * Implement preserve instead of null * Remove duplicate line * Update comment * Use stat module per toshia's suggestion