--- - name: Remove a Docker swarm stack hosts: manager tasks: - name: Remove the stack docker_stack: name: "{{ stack }}" state: absent