From 8b0d3d7b7caaddafb8293a2dac71ec50ef77c9dc Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 18 May 2024 21:03:07 +0200 Subject: [PATCH] fix ceph source template var names Signed-off-by: Markus Katharina Brechtel --- roles/ceph/templates/ceph.sources.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph/templates/ceph.sources.j2 b/roles/ceph/templates/ceph.sources.j2 index 6266389..3846d78 100644 --- a/roles/ceph/templates/ceph.sources.j2 +++ b/roles/ceph/templates/ceph.sources.j2 @@ -1,6 +1,6 @@ # Managed by Ansible, do not modify. Types: deb -URIs: https://download.ceph.com/debian-{{ task_release }} +URIs: https://download.ceph.com/debian-{{ ceph_release }} Suites: {{ ansible_distribution_release }} Components: main Architectures: {{ dpkg_architecture.stdout }}