diff options
Diffstat (limited to 'roles/vmm_deploy/tests')
-rw-r--r-- | roles/vmm_deploy/tests/inventory | 2 | ||||
-rw-r--r-- | roles/vmm_deploy/tests/test.yml | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/roles/vmm_deploy/tests/inventory b/roles/vmm_deploy/tests/inventory deleted file mode 100644 index 878877b..0000000 --- a/roles/vmm_deploy/tests/inventory +++ /dev/null @@ -1,2 +0,0 @@ -localhost - diff --git a/roles/vmm_deploy/tests/test.yml b/roles/vmm_deploy/tests/test.yml deleted file mode 100644 index cf41f70..0000000 --- a/roles/vmm_deploy/tests/test.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: localhost - remote_user: root - roles: - - vmm_deploy |