diff options
Diffstat (limited to 'roles/cuda/tests/test.yml')
-rw-r--r-- | roles/cuda/tests/test.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/cuda/tests/test.yml b/roles/cuda/tests/test.yml new file mode 100644 index 0000000..5125bda --- /dev/null +++ b/roles/cuda/tests/test.yml @@ -0,0 +1,12 @@ +--- +- 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: |