Compare commits
No commits in common. "5830511d877fa7e5c0040e28e25a4d581e671085" and "b61cdb23b40603e169143cf77dd54dffa9320948" have entirely different histories.
5830511d87
...
b61cdb23b4
@ -16,12 +16,9 @@ mock_roles:
|
||||
skip_list:
|
||||
# I'm aware of the risks and accept them
|
||||
- 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:
|
||||
# There is exactly one occurence of this and it's for faulty web installers
|
||||
- ignore-errors
|
||||
# These tend to be pretty buggy
|
||||
- experimental
|
||||
|
@ -26,6 +26,8 @@
|
||||
- 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…
x
Reference in New Issue
Block a user