1
0
Fork 0
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:
Harlan Lieberman-Berg 2014-04-02 17:41:11 -04:00
parent 19437aad0b
commit 876b8085aa

View file

@ -115,6 +115,7 @@ FILE_COMMON_ARGUMENTS=dict(
backup = dict(),
force = dict(),
remote_src = dict(), # used by assemble
directory_mode = dict(), # used by copy
)