Compare commits
2 Commits
b61cdb23b4
...
5830511d87
Author | SHA1 | Date | |
---|---|---|---|
5830511d87 | |||
fbc9b06b76 |
@ -16,9 +16,12 @@ 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,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