fix: remove hardcoded version from repo

This commit is contained in:
AJ Schroeder
2024-07-01 16:40:35 -05:00
parent e370d9e5ad
commit 8d3f41ca38

View File

@@ -18,7 +18,7 @@
become: true
community.general.zypper_repository:
name: repo-oss
repo: "http://download.opensuse.org/distribution/leap/15.5/repo/oss/"
repo: "http://download.opensuse.org/distribution/leap/$releasever/repo/oss/"
auto_import_keys: true
- name: "Installing cloud-init."