Comment out the "Cleanup Old Container" step from the ansible script

This commit is contained in:
Daan Boerlage 2022-05-22 18:16:54 +02:00
parent 5b40b7b2e7
commit 7cc9fc92d9
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -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