diff --git a/tripleo_ansible/roles/tripleo_systemd_wrapper/templates/service_sync.j2 b/tripleo_ansible/roles/tripleo_systemd_wrapper/templates/service_sync.j2 index 7024e13ef..857d55cda 100644 --- a/tripleo_ansible/roles/tripleo_systemd_wrapper/templates/service_sync.j2 +++ b/tripleo_ansible/roles/tripleo_systemd_wrapper/templates/service_sync.j2 @@ -53,7 +53,7 @@ for LINE in $(cat ${jobs_file}); do container_list=`$CLI ps --format={% raw %}"{{.Names}}"{% endraw %} --filter="name=$CONTAINER_NAME"` for name in ${container_list}; do - if [ "x$name" = "x$CONTAINER_NAME"]; + if [ "x$name" = "x$CONTAINER_NAME" ]; then start_container=no break