mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 22:01:15 +00:00
Merge pull request #6828 from hlieberman/devel
Fix issue #6812: directory_mode does not work
This commit is contained in:
@@ -115,6 +115,7 @@ FILE_COMMON_ARGUMENTS=dict(
|
||||
backup = dict(),
|
||||
force = dict(),
|
||||
remote_src = dict(), # used by assemble
|
||||
directory_mode = dict(), # used by copy
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user