added skip_broken: true to all updates to avoid mesa conflict
This commit is contained in:
@@ -24,3 +24,6 @@
|
|||||||
ansible.builtin.command: dnf swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld
|
ansible.builtin.command: dnf swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld
|
||||||
become: yes
|
become: yes
|
||||||
become_method: sudo
|
become_method: sudo
|
||||||
|
|
||||||
|
- name: DNF Swap mesa-filesystem
|
||||||
|
ansible.builtin.command: dnf swap -y mesa-filesystem
|
||||||
@@ -3,4 +3,5 @@
|
|||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "*"
|
name: "*"
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
skip_broken: true
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
name: "*"
|
name: "*"
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
skip_broken: true
|
||||||
|
|
||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
|
|||||||
@@ -10,4 +10,5 @@
|
|||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "*"
|
name: "*"
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
skip_broken: true
|
||||||
Reference in New Issue
Block a user