--- - name: Stop and remove mmdl stack community.docker.docker_compose_v2: project_src: /opt/stacks/mmdl state: absent ignore_errors: true - name: Remove mmdl directory ansible.builtin.file: path: /opt/stacks/mmdl state: absent