added skip_broken: true to all updates to avoid mesa conflict

This commit is contained in:
Elia Farin
2024-10-30 14:39:32 -05:00
parent da16008cae
commit f48797dfb3
4 changed files with 8 additions and 2 deletions

View File

@@ -3,4 +3,5 @@
ansible.builtin.dnf:
name: "*"
state: latest
update_cache: yes
update_cache: yes
skip_broken: true