Ansible fix typo

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-22 13:46:29 +02:00
parent a8a4f5072d
commit 395b97a492
+1 -1
View File
@@ -43,7 +43,7 @@ RUN \
&& apk del \
.build-deps \
&& echo "==> install taskfile.dev..." \
&& sh -c "$(curl --location https://taskfile.dev/install.sh)"
&& sh -c "$(curl --location https://taskfile.dev/install.sh)" \
&& echo "==> Cleaning up..." \
&& rm -rf /var/cache/apk/* \
&& echo "==> Adding hosts for convenience..." \