# TODO - hosts: [{{ ip }}] sudo: yes tasks: - name: rabbitmq container docker: name: {{ container_name }} image: {{ image }} state: absent