I'd like this playbook to always work.
@@ -61,12 +61,15 @@
- shell: docker ps -a -q | xargs docker stop
changed_when: False
+ failed_when: False
- shell: docker ps -a -q| xargs docker rm
- shell: docker images -q |xargs docker rmi
- file: path={{ item }} state=absent
with_items: