mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-02-28 09:53:09 +00:00
Update Etherpad (v2.6.1-0 → v2.6.1-1)
Use `etherpad_restart_necessary`
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
@@ -657,7 +657,7 @@ devture_systemd_service_manager_services_list_auto: |
|
||||
([{
|
||||
'name': (etherpad_identifier + '.service'),
|
||||
'priority': 4000,
|
||||
'restart_necessary': true,
|
||||
'restart_necessary': (etherpad_restart_necessary | bool),
|
||||
'groups': ['matrix', 'etherpad'],
|
||||
}] if etherpad_enabled else [])
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user