From 395b97a492ea0f82fb204fb6bdffa981a0cbb782 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 22 Apr 2021 13:46:29 +0200 Subject: [PATCH] Ansible fix typo --- .containers/apps/ansible/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.containers/apps/ansible/Dockerfile b/.containers/apps/ansible/Dockerfile index 8d4a0ad10a6..6581ce918ba 100644 --- a/.containers/apps/ansible/Dockerfile +++ b/.containers/apps/ansible/Dockerfile @@ -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..." \