Merge pull request #206 from ZenKyma/main

Add funkwhale watch imports service to group vars #2
This commit is contained in:
Slavi Pantaleev 2024-05-19 09:19:09 +03:00 committed by GitHub
commit b957bc670c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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