Commit be3b58a4 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Add Ubuntu 24.04 repository and remove Ubuntu 23.04

parent ab1eeee5
Pipeline #38671 failed with stage
in 0 seconds
...@@ -104,13 +104,13 @@ ...@@ -104,13 +104,13 @@
apt_repository: repo='deb {{ base_open_build_url }}/xUbuntu_22.04/ ./' state=present apt_repository: repo='deb {{ base_open_build_url }}/xUbuntu_22.04/ ./' state=present
when: (ansible_distribution == "Ubuntu" and ansible_distribution_version == "22.04") or (ansible_distribution == "Linux Mint" and ansible_distribution_major_version == "21") when: (ansible_distribution == "Ubuntu" and ansible_distribution_version == "22.04") or (ansible_distribution == "Linux Mint" and ansible_distribution_major_version == "21")
- name: Install Ubuntu 23.04 repository key - name: Install Ubuntu 24.04 repository key
apt_key: url={{ base_open_build_url }}/xUbuntu_23.04/Release.key state=present apt_key: url={{ base_open_build_url }}/xUbuntu_24.04/Release.key state=present
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "23.04" when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "24.04"
- name: Install Ubuntu 23.04 repository - name: Install Ubuntu 24.04 repository
apt_repository: repo='deb {{ base_open_build_url }}/xUbuntu_23.04/ ./' state=present apt_repository: repo='deb {{ base_open_build_url }}/xUbuntu_24.04/ ./' state=present
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "23.04" when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "24.04"
- name: Install CentOS 7 Repository - name: Install CentOS 7 Repository
get_url: url={{ base_open_build_url }}/CentOS_7/home:VIFIBnexedi.repo dest=/etc/yum.repos.d/slapos.repo mode=0440 get_url: url={{ base_open_build_url }}/CentOS_7/home:VIFIBnexedi.repo dest=/etc/yum.repos.d/slapos.repo mode=0440
......
abec663fd2831372c78a86ef8a646e7940d6777b811524f9c6e5fd5566fb7822 - bdfd9bc13864e328c93afc23653ef25ce5932031558bfb6c178b45b1c9677d20 -
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