Ignoring errors in Softwareinstall

This commit is contained in:
Raphael Werner 2025-04-28 15:15:41 +02:00
parent 68201f64d1
commit 32b67128e5

View file

@ -22,6 +22,7 @@
- name: "Remove and install dnf software" - name: "Remove and install dnf software"
become: true become: true
ignore_errors: true
block: block:
- name: "Remove unnecassary packages" - name: "Remove unnecassary packages"
ansible.builtin.dnf: ansible.builtin.dnf: