7 lines
195 B
YAML
7 lines
195 B
YAML
- 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
|