Skip to content

Commit

Permalink
change distribution_release to 15.6 (adoptium#3798)
Browse files Browse the repository at this point in the history
* change distribution_release to 15.6

Signed-off-by: Aswathy S Kumar <[email protected]>

* Make distribution release dynamic

Signed-off-by: Aswathy S Kumar <[email protected]>

---------

Signed-off-by: Aswathy S Kumar <[email protected]>
  • Loading branch information
AswathySK authored and mahdipub committed Dec 5, 2024
1 parent 56a4d18 commit 9125074
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

- name: Add Devel-Tools repository (SLES15)
zypper_repository:
repo: https://download.opensuse.org/repositories/devel:/tools/15.5/devel:tools.repo
name: devel-tools
repo: 'https://download.opensuse.org/repositories/devel:/tools/15.{{ ansible_distribution_release }}/'
auto_import_keys: yes
state: present
when:
Expand Down

0 comments on commit 9125074

Please sign in to comment.