This commit is contained in:
David Rotermund 2024-04-25 11:02:07 +02:00
parent fdc334f919
commit b9baa9ced7
2 changed files with 19 additions and 9 deletions

View file

@ -57,6 +57,16 @@
- name: disable tracker
shell: 'for f in /etc/xdg/autostart/tracker*.desktop; do echo "Hidden=true" | tee -a "$f"; done'
- name: Install cuda
dnf:
name: cuda
enablerepo: "*"
update_cache: true
state: latest
skip_broken: true
nobest: false
allowerasing: true
- name: Make sure systemd-oomd service unit is started
systemd_service:
state: started

View file

@ -1,13 +1,13 @@
---
# 39 -> 40
- name: remove sddm-wayland-plasma
dnf:
name: "sddm-wayland-plasma"
state: absent
update_cache: true
skip_broken: true
nobest: false
allowerasing: true
# # 39 -> 40
# - name: remove sddm-wayland-plasma
# dnf:
# name: "sddm-wayland-plasma"
# state: absent
# update_cache: true
# skip_broken: true
# nobest: false
# allowerasing: true
- name: remove other files
include_tasks: yaml_sub/myrepo_clean.yaml