mirror of
https://github.com/ansible/ansible.git
synced 2026-08-01 16:19:10 +02:00
We switched away from passing the lock via the arguments to modify_module
Need to fix test-module to not pass the lock either
This commit is contained in:
@@ -140,7 +140,6 @@ def boilerplate_module(modfile, args, interpreter, check, destfile):
|
|||||||
modname,
|
modname,
|
||||||
modfile,
|
modfile,
|
||||||
complex_args,
|
complex_args,
|
||||||
action_write_lock,
|
|
||||||
task_vars=task_vars
|
task_vars=task_vars
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user