Compare commits
2 Commits
b61cdb23b4
...
5830511d87
Author | SHA1 | Date | |
---|---|---|---|
5830511d87 | |||
fbc9b06b76 |
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user