Compare commits
No commits in common. "1eb10e4687370bda3c0bc05476ba9241abfd5cde" and "82e8ce4eb273a1016ab1613697a5a3eb821cffa5" have entirely different histories.
1eb10e4687
...
82e8ce4eb2
@ -34,8 +34,6 @@ matterbridge_files:
|
|||||||
general: {{ instances[instance]['general'] | default({}) }}
|
general: {{ instances[instance]['general'] | default({}) }}
|
||||||
accounts: {{ instances[instance]['accounts'] }}
|
accounts: {{ instances[instance]['accounts'] }}
|
||||||
gateways: {{ instances[instance]['gateways'] }}
|
gateways: {{ instances[instance]['gateways'] }}
|
||||||
- watch_in:
|
|
||||||
- service: matterbridge_{{ instance }}_service
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
{%- for instance in instances %}
|
{%- for instance in instances %}
|
||||||
@ -54,8 +52,6 @@ matterbridge_{{ instance }}_service:
|
|||||||
service.running:
|
service.running:
|
||||||
- name: matterbridge@{{ instance }}.service
|
- name: matterbridge@{{ instance }}.service
|
||||||
- enable: True
|
- enable: True
|
||||||
- watch:
|
|
||||||
- file: /etc/matterbridge/{{ instance }}.toml
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user