diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2016-04-13 22:35:51 +0200 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2016-04-13 22:35:51 +0200 |
commit | d78ba34cf000cc7d5ff57e8f99b679d03d064540 (patch) | |
tree | eb40df3896a3d15000431a4c0d41c168efea3dbb /hacking/test-module | |
parent | updated capabilities to new way of module ref (diff) | |
download | ansible-d78ba34cf000cc7d5ff57e8f99b679d03d064540.tar.xz ansible-d78ba34cf000cc7d5ff57e8f99b679d03d064540.zip |
We switched away from passing the lock via the arguments to modify_module
Need to fix test-module to not pass the lock either
Diffstat (limited to 'hacking/test-module')
-rwxr-xr-x | hacking/test-module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hacking/test-module b/hacking/test-module index 5d852f1eae..1a61afbc18 100755 --- a/hacking/test-module +++ b/hacking/test-module @@ -140,7 +140,6 @@ def boilerplate_module(modfile, args, interpreter, check, destfile): modname, modfile, complex_args, - action_write_lock, task_vars=task_vars ) |