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