Remove error suppression for desktop role
This commit is contained in:
parent
b61cdb23b4
commit
fbc9b06b76
@ -26,8 +26,6 @@
|
||||
- name: configure out-of-repo packages
|
||||
apt: deb="{{ item }}"
|
||||
loop: "{{ desktop_apt_debs + desktop_apt_debs_extra }}"
|
||||
# Ignoring errors here is important because this task fails on package backdates
|
||||
ignore_errors: yes
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
- name: configure portage
|
||||
block:
|
||||
|
Loading…
Reference in New Issue
Block a user