summaryrefslogtreecommitdiffstats
path: root/tests/test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.yml')
-rw-r--r--tests/test.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test.yml b/tests/test.yml
deleted file mode 100644
index 5125bda..0000000
--- a/tests/test.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- hosts: all
- become: True
- roles:
- - ansible-role-cuda
- vars:
- - gpu: True
- - cuda_restart_node_on_install: False
- - cuda_init: True
- - cuda_init_restart_service: False
-
-# vim:ft=ansible: