--- - name: Stop app hosts: all become: yes tasks: - name: Stop container community.docker.docker_compose: project_src: "{{ working_dir }}/{{ container_name }}" build: no files: - docker-compose.pilot.yml stopped: yes register: output - debug: var: output