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