mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add directory_mode to common file parameters to prevent errors.
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