Compare commits

...

2 Commits

Author SHA1 Message Date
5830511d87 Reconfigure lint 2021-09-24 21:11:03 -05:00
fbc9b06b76 Remove error suppression for desktop role 2021-09-24 21:08:34 -05:00
2 changed files with 5 additions and 4 deletions

View File

@ -16,9 +16,12 @@ mock_roles:
skip_list: skip_list:
# I'm aware of the risks and accept them # I'm aware of the risks and accept them
- package-latest - package-latest
# I do not intend to publish a majority of roles here
# The ones that I do will be in separate repos with their own CI/CD
- meta-no-info
# I don't care
- role-name
warn_list: warn_list:
# There is exactly one occurence of this and it's for faulty web installers
- ignore-errors
# These tend to be pretty buggy # These tend to be pretty buggy
- experimental - experimental

View File

@ -26,8 +26,6 @@
- name: configure out-of-repo packages - name: configure out-of-repo packages
apt: deb="{{ item }}" apt: deb="{{ item }}"
loop: "{{ desktop_apt_debs + desktop_apt_debs_extra }}" 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" when: ansible_pkg_mgr == "apt"
- name: configure portage - name: configure portage
block: block: