devops-configs/ansible/roles/stop/tasks/main.yml
2025-10-09 19:25:17 +03:00

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