Another overdue checkpoint
This commit is contained in:
parent
692269f9ff
commit
c501435876
25 changed files with 182 additions and 81 deletions
22
roles/xbox/tasks/main.yml
Normal file
22
roles/xbox/tasks/main.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
|
||||
- name: Install dependencies
|
||||
dnf:
|
||||
name:
|
||||
- dkms
|
||||
- cabextract
|
||||
state: present
|
||||
become: yes
|
||||
|
||||
- name: Clone medusalix/xone
|
||||
git:
|
||||
repo: 'https://github.com/medusalix/xone'
|
||||
version: master
|
||||
dest: ~/.cache/medusalix-xone
|
||||
|
||||
# if [ -n "$(dkms status xone)" ]; then
|
||||
# echo 'Driver is already installed!' >&2
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
# do the things in https://github.com/medusalix/xone/blob/master/install.sh
|
Loading…
Add table
Add a link
Reference in a new issue