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 }} \