mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix unsupported regexp parameter in assemble
This commit is contained in:
@@ -153,6 +153,7 @@ FILE_COMMON_ARGUMENTS=dict(
|
||||
backup = dict(),
|
||||
force = dict(),
|
||||
remote_src = dict(), # used by assemble
|
||||
regexp = dict(), # used by assemble
|
||||
delimiter = dict(), # used by assemble
|
||||
directory_mode = dict(), # used by copy
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user