diff --git a/ansible/deploy.yml b/ansible/deploy.yml index f7e270b..e8d35c2 100644 --- a/ansible/deploy.yml +++ b/ansible/deploy.yml @@ -41,4 +41,4 @@ shell: docker-compose -f /opt/infra/node-docker.yaml up -d - name: Docker system prune - shell: docker system prune -a \ No newline at end of file + shell: docker system prune -a -f \ No newline at end of file