mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
## What ❔ Subj ## Why ❔ QoL ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Documentation comments have been added / updated.
9 lines
226 B
YAML
9 lines
226 B
YAML
---
|
|
- name: Restart external-node service
|
|
community.docker.docker_compose_v2:
|
|
project_src: "{{ configuration_directory }}"
|
|
files: "{{ docker_compose_files }}"
|
|
state: restarted
|
|
services:
|
|
- external_node
|