v0.0.8
This commit is contained in:
6
roles/nvidia.nvidia_driver/tests/README.md
Normal file
6
roles/nvidia.nvidia_driver/tests/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Test like this:
|
||||
```
|
||||
ansible-playbook --inventory tests/inventory.yml tests/playbook.yml
|
||||
```
|
||||
By default, the test inventory operates on the localhost.
|
||||
You may want to change this.
|
||||
1
roles/nvidia.nvidia_driver/tests/inventory
Normal file
1
roles/nvidia.nvidia_driver/tests/inventory
Normal file
@@ -0,0 +1 @@
|
||||
localhost
|
||||
5
roles/nvidia.nvidia_driver/tests/playbook.yml
Normal file
5
roles/nvidia.nvidia_driver/tests/playbook.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- ../..
|
||||
Reference in New Issue
Block a user