From 8b2696de1a7557e3f56f4b6152948b2bf1d00c11 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 14 Oct 2023 16:11:59 +0000 Subject: [PATCH] reportmirror: Fix variable names from defaults --- roles/reportmirror/defaults/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/reportmirror/defaults/main.yml b/roles/reportmirror/defaults/main.yml index 79a2016..934a0e9 100644 --- a/roles/reportmirror/defaults/main.yml +++ b/roles/reportmirror/defaults/main.yml @@ -1,4 +1,3 @@ --- - -mirror_hostname: "{{ inventory_hostname }}" -mirror_mirrors: [] +reportmirror_hostname: "{{ inventory_hostname }}" +reportmirror_mirrors: []