Rename roles according to ansible recommendations

This commit is contained in:
Timo Makinen 2022-01-29 23:53:32 +00:00
parent ce37f81e76
commit bc5eda7487
17 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,8 @@
---
- name: install drivers
package:
name: "{{ item }}"
state: installed
with_items:
- akmod-nvidia
- xorg-x11-drv-nvidia-cuda