Skip to content

Commit

Permalink
change distribution_release to 15.6 (#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 Nov 16, 2024
1 parent 894d848 commit 309f5b3
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 309f5b3

Please sign in to comment.