Ignoring errors in Softwareinstall
This commit is contained in:
parent
68201f64d1
commit
32b67128e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue