mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add directory_mode to common file parameters to prevent errors.
This commit is contained in:
parent
19437aad0b
commit
876b8085aa
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ FILE_COMMON_ARGUMENTS=dict(
|
||||||
backup = dict(),
|
backup = dict(),
|
||||||
force = dict(),
|
force = dict(),
|
||||||
remote_src = dict(), # used by assemble
|
remote_src = dict(), # used by assemble
|
||||||
|
directory_mode = dict(), # used by copy
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue