diff --git a/tests/ansible/.gitignore b/tests/ansible/.gitignore index 14f1a005..1ea0ada7 100644 --- a/tests/ansible/.gitignore +++ b/tests/ansible/.gitignore @@ -1,2 +1,2 @@ -modules/custom_binary_producing_junk -modules/custom_binary_producing_json +lib/modules/custom_binary_producing_junk +lib/modules/custom_binary_producing_json diff --git a/tests/ansible/lib/modules/custom_binary_producing_json b/tests/ansible/lib/modules/custom_binary_producing_json deleted file mode 100755 index 867e5a53..00000000 Binary files a/tests/ansible/lib/modules/custom_binary_producing_json and /dev/null differ diff --git a/tests/ansible/lib/modules/custom_binary_producing_junk b/tests/ansible/lib/modules/custom_binary_producing_junk deleted file mode 100755 index d87110c9..00000000 Binary files a/tests/ansible/lib/modules/custom_binary_producing_junk and /dev/null differ