Kick yate when config file changes

closes #29
This commit is contained in:
Stefan Bethke 2025-07-06 17:32:23 +02:00
commit 2edb3443d6
4 changed files with 9 additions and 0 deletions

View file

@ -6,3 +6,4 @@ docker_compose__configuration_files:
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
- name: regfile.conf
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}"
docker_compose__restart_cmd: "exec yate sh -c 'kill -1 1'"