# TODO - hosts: [{{ ip }}] sudo: yes tasks: - shell: docker stop {{ name }} - shell: docker rm {{ name }}