This commit is contained in:
David Rotermund 2024-04-25 00:14:16 +02:00
parent 96e2f4a54f
commit 644cce0cc0

View file

@ -4,6 +4,15 @@
become: true become: true
tasks: tasks:
# 39 -> 40
- name: install libva-intel-media-driver
dnf:
name: "libva-intel-media-driver"
state: absent
update_cache: true
skip_broken: true
nobest: false
allowerasing: true
- name: block shutdown - name: block shutdown
blockinfile: blockinfile:
@ -52,5 +61,3 @@
ansible.builtin.file: ansible.builtin.file:
path: /etc/polkit-1/rules.d/55-inhibit-shutdown.rules path: /etc/polkit-1/rules.d/55-inhibit-shutdown.rules
state: "absent" state: "absent"