diff --git a/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.tmpl index 53d46734..dbbd45af 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.tmpl @@ -7,7 +7,7 @@ {{- range $roleDir := splitList "\n" $roleDirs -}} {{- if ne $roleDir "" -}} # {{ $roleDir }} -{{ end -}} +{{- end -}} {{- end }} logg info 'Ensuring Gas Station roles are symlinked to ~/.local/share/ansible/roles' @@ -38,4 +38,5 @@ if [ -f "$HOME/.local/src/gas-station/requirements.yml" ] && command -v ansible- logg error 'Failed to install requirements from both the cloud and the local copy' && exit 1 fi fi + fi fi