Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit e067363

Browse files
committed
check for SLES 15.4 when SUMA 4.3 is selected
1 parent 7b90260 commit e067363

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/check_sles.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@
1010
when:
1111
- uyuni_suma_release == 4.2
1212
- ansible_distribution_version != '15.3'
13+
14+
- name: Ensure having supported SP release for SUMA 4.3
15+
fail: msg="Please upgrade to SP4"
16+
when:
17+
- uyuni_suma_release == 4.3
18+
- ansible_distribution_version != '15.4'

0 commit comments

Comments
 (0)