Commit 6c22b06c authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Debian 10 repositories has been renamed

parent 4b21af75
......@@ -17,7 +17,7 @@
- include: fedora_init.yml
- name: Install Debian 10 repository key
apt_key: url={{ base_open_build_url }}/Debian_10.0/Release.key state=present
apt_key: url={{ base_open_build_url }}/Debian_10/Release.key state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "10"
- name: Install Debian 9 repository key
......@@ -37,7 +37,7 @@
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "6"
- name: Install Debian 10 repository
apt_repository: repo='deb {{ base_open_build_url }}/Debian_10.0/ ./' state=present
apt_repository: repo='deb {{ base_open_build_url }}/Debian_10/ ./' state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "10"
- name: Install Debian 9 repository
......
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