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
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue