mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixes #2380 - argument checking in file accepts chained arguments from copy
This commit is contained in:
@@ -107,7 +107,10 @@ FILE_COMMON_ARGUMENTS=dict(
|
||||
serole = dict(),
|
||||
selevel = dict(),
|
||||
setype = dict(),
|
||||
# not taken by the file module, but other modules call file so it must ignore them.
|
||||
content = dict(),
|
||||
backup = dict(),
|
||||
force = dict(),
|
||||
)
|
||||
|
||||
def get_platform():
|
||||
|
||||
Reference in New Issue
Block a user