Update
This commit is contained in:
parent
96e2f4a54f
commit
644cce0cc0
1 changed files with 14 additions and 7 deletions
|
@ -4,6 +4,15 @@
|
|||
become: true
|
||||
|
||||
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
|
||||
blockinfile:
|
||||
|
@ -52,5 +61,3 @@
|
|||
ansible.builtin.file:
|
||||
path: /etc/polkit-1/rules.d/55-inhibit-shutdown.rules
|
||||
state: "absent"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue