Commit 4a40099b authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Install in SLE 15.

The repo is updated and we use now the zypper_repository command.

This will need to be changed until a repo for a newer service pack is 
available.
parent 68257cb8
......@@ -122,12 +122,12 @@
rpm_key: state=present key=roles/repository/files/VIFIBNexedi_CentOS_7.key
when: ansible_distribution == "CentOS" and ansible_distribution_major_version == "7"
- name: Install OpenSuse Leap 15 RPM Key
rpm_key: state=present key={{ base_open_build_url }}/openSUSE_Leap_15.1/repodata/repomd.xml.key
- name: Install SLE 15 RPM Key
rpm_key: state=present key={{ base_open_build_url }}/SLE_15_SP2/repodata/repomd.xml.key
when: ansible_distribution == "Suse" and ansible_distribution_major_version == "15"
- name: Install OpenSuse Leap 15 repository
get_url: url={{ base_open_build_url }}/openSUSE_Leap_15.1/home:VIFIBnexedi.repo dest=/etc/zypp/repos.d/home_VIFIBnexedi.repo mode=0440
- name: Install SLE 15 repository
zypper_repository: repo={{ base_open_build_url }}/SLE_15_SP2/home:VIFIBnexedi.repo
when: ansible_os_family == "Suse" and ansible_distribution_major_version == "15"
- name: Install Fedora 37 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