1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #6828 from hlieberman/devel

Fix issue #6812: directory_mode does not work
This commit is contained in:
Michael DeHaan 2014-04-02 19:17:59 -04:00
commit 0ad855fe90

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
)