Commit 9eba87c9 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: all Fedora version will use slapos-node from Fedora 37

parent 4c507cd1
Pipeline #27458 failed with stage
- yum: name=libselinux-python state=present update_cache=yes
when: ansible_distribution == "Fedora" and ansible_distribution_major_version == "26"
- yum: name=redhat-lsb-core state=present update_cache=yes
when: ansible_os_family == "RedHat"
......@@ -122,6 +122,6 @@
get_url: url={{ base_open_build_url }}/openSUSE_Leap_15.1/home:VIFIBnexedi.repo dest=/etc/zypp/repos.d/home_VIFIBnexedi.repo mode=0440
when: ansible_os_family == "Suse" and ansible_distribution_major_version == "15"
- name: Install Fedora 32 repository
yum_repository: name='home_VIFIBnexedi' description='SlapOS-Node (Fedora_32)' baseurl='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_32/' gpgkey='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_32/repodata/repomd.xml.key' gpgcheck=yes enabled=yes
when: ansible_distribution == "Fedora" and ansible_distribution_major_version == "32"
- name: Install Fedora 37 repository
yum_repository: name='home_VIFIBnexedi' description='SlapOS-Node (Fedora_37)' baseurl='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_37/' gpgkey='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_37/repodata/repomd.xml.key' gpgcheck=yes enabled=yes
when: ansible_distribution == "Fedora"
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