From 7cc9fc92d965925599c4f2350f07591fe6bca6f0 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Sun, 22 May 2022 18:16:54 +0200 Subject: [PATCH] Comment out the "Cleanup Old Container" step from the ansible script --- .deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.deploy.yml b/.deploy.yml index cf0e485..fed249a 100644 --- a/.deploy.yml +++ b/.deploy.yml @@ -33,6 +33,6 @@ GEEKBOT_SUMOLOGIC: "{{ lookup('env', 'GEEKBOT_SUMOLOCIG') }}" GEEKBOT_SENTRY: "{{ lookup('env', 'GEEKBOT_SENTRY') }}" GEEKBOT_DB_REDSHIFT_COMPAT: "true" - - name: Cleanup Old Container - docker_prune: - images: yes +# - name: Cleanup Old Container +# docker_prune: +# images: yes