Comment out the "Cleanup Old Container" step from the ansible script
This commit is contained in:
parent
5b40b7b2e7
commit
7cc9fc92d9
1 changed files with 3 additions and 3 deletions
|
@ -33,6 +33,6 @@
|
||||||
GEEKBOT_SUMOLOGIC: "{{ lookup('env', 'GEEKBOT_SUMOLOCIG') }}"
|
GEEKBOT_SUMOLOGIC: "{{ lookup('env', 'GEEKBOT_SUMOLOCIG') }}"
|
||||||
GEEKBOT_SENTRY: "{{ lookup('env', 'GEEKBOT_SENTRY') }}"
|
GEEKBOT_SENTRY: "{{ lookup('env', 'GEEKBOT_SENTRY') }}"
|
||||||
GEEKBOT_DB_REDSHIFT_COMPAT: "true"
|
GEEKBOT_DB_REDSHIFT_COMPAT: "true"
|
||||||
- name: Cleanup Old Container
|
# - name: Cleanup Old Container
|
||||||
docker_prune:
|
# docker_prune:
|
||||||
images: yes
|
# images: yes
|
||||||
|
|
Loading…
Reference in a new issue