Commit 311c2a4c authored by Thomas Gambier's avatar Thomas Gambier

playbook: actually Ubuntu 20.04 doesn't support https URL

fixup of b68b3f17
parent 09002a54
Pipeline #24364 passed with stage
in 0 seconds
......@@ -7,7 +7,7 @@
set_fact:
base_open_build_url: "{{ base_open_build_url_http }}"
when: (ansible_distribution == "Debian" and ansible_distribution_major_version|int < 11) or
(ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int < 18)
(ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int < 22)
- name: Remove {{ base_open_build_url }} key (and add later) on every upgrade, as expiration date is quite short (2 months).
apt_key: id=94A63987 state=absent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment