Commit 097e1cd0 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: use OBS Debian 9 for all version of Debian <= 9

parent a023ab25
......@@ -26,11 +26,7 @@
- name: Install Debian 9 repository key
apt_key: url={{ base_open_build_url }}/Debian_9.0/Release.key state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "9"
- name: Install Debian 8 repository key
apt_key: url={{ base_open_build_url }}/Debian_8.0/Release.key state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
when: ansible_distribution == "Debian" and ansible_distribution_major_version <= "9"
- name: Install Debian 11 repository
apt_repository: repo='deb {{ base_open_build_url }}/Debian_11/ ./' state=present
......@@ -42,11 +38,7 @@
- name: Install Debian 9 repository
apt_repository: repo='deb {{ base_open_build_url }}/Debian_9.0/ ./' state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "9"
- name: Install Debian 8 repository
apt_repository: repo='deb {{ base_open_build_url }}/Debian_8.0/ ./' state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
when: ansible_distribution == "Debian" and ansible_distribution_major_version <= "9"
- name: Install Ubuntu 14.04 repository key
apt_key: url={{ base_open_build_url }}/xUbuntu_14.04/Release.key state=present
......
e4b015775c67f46178e3e569eacbc97319395fe47fe0070b610f5ca0411f70b7 -
73bdefddd86c1bb8d585c0f0d1d636a9bf3bca1a787c3de9ab2cd08591e21c31 -
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