Ansible: Don't purge before install of taskfile.dev

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-22 13:55:07 +02:00
parent 395b97a492
commit 58157448c5

View File

@@ -40,11 +40,11 @@ RUN \
&& pip3 install --no-cache-dir \
ansible==${VERSION} \
ansible-lint \
&& apk del \
.build-deps \
&& echo "==> install taskfile.dev..." \
&& sh -c "$(curl --location https://taskfile.dev/install.sh)" \
&& echo "==> Cleaning up..." \
&& apk del \
.build-deps \
&& rm -rf /var/cache/apk/* \
&& echo "==> Adding hosts for convenience..." \
&& mkdir -p /etc/ansible /ansible \