From e32236d76cb2f744c6fad18aa88fa66ba2e18cb0 Mon Sep 17 00:00:00 2001 From: Brett Eisenberg Date: Sat, 19 Oct 2024 14:09:21 -0700 Subject: [PATCH] fix missing brace --- roles/mirrorlist/templates/reflector-update.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrorlist/templates/reflector-update.sh.j2 b/roles/mirrorlist/templates/reflector-update.sh.j2 index 99a6654..3d874b3 100644 --- a/roles/mirrorlist/templates/reflector-update.sh.j2 +++ b/roles/mirrorlist/templates/reflector-update.sh.j2 @@ -1,5 +1,5 @@ #!/bin/bash -# {{ ansible_managed} +# {{ ansible_managed }} # /usr/bin/reflector --latest 20 \ {% if mirrorlist.country %}--country {{ mirrorlist.country }} \