- name: Stop module ansible.builtin.shell: docker stop faces_service_{{ module_port }} register: stop_info - name: Display stop info ansible.builtin.debug: var: stop_info.stdout_lines