Merge pull request #206 from ZenKyma/main
Add funkwhale watch imports service to group vars #2
This commit is contained in:
commit
b957bc670c
1 changed files with 2 additions and 0 deletions
|
@ -304,6 +304,8 @@ mash_playbook_devture_systemd_service_manager_services_list_auto_itemized:
|
|||
{{ ({'name': (funkwhale_celery_beat_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'funkwhale']} if funkwhale_enabled else omit) }}
|
||||
- |-
|
||||
{{ ({'name': (funkwhale_celery_worker_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'funkwhale']} if funkwhale_enabled else omit) }}
|
||||
- |-
|
||||
{{ ({'name': (funkwhale_watch_imports_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'funkwhale']} if funkwhale_enabled and funkwhale_watch_imports_enabled else omit) }}
|
||||
# /role-specific:funkwhale
|
||||
|
||||
# role-specific:gitea
|
||||
|
|
Loading…
Reference in a new issue