mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 22:34:25 +00:00
Merge pull request #202 from IUCCA/apps
added optional systemd timer for nextcloud app updates
This commit is contained in:
commit
99abbb2d72
1 changed files with 2 additions and 0 deletions
|
@ -441,6 +441,8 @@ mash_playbook_devture_systemd_service_manager_services_list_auto_itemized:
|
|||
{{ ({'name': (nextcloud_identifier + '-server.service'), 'priority': 2000, 'groups': ['mash', 'nextcloud', 'nextcloud-server']} if nextcloud_enabled else omit) }}
|
||||
- |-
|
||||
{{ ({'name': (nextcloud_identifier + '-cron.timer'), 'priority': 2500, 'groups': ['mash', 'nextcloud', 'nextcloud-cron']} if nextcloud_enabled else omit) }}
|
||||
- |-
|
||||
{{ ({'name': (nextcloud_identifier + '-app-update.timer'), 'priority': 2500, 'groups': ['mash', 'nextcloud', 'nextcloud-app-update']} if nextcloud_enabled and nextcloud_auto_app_update_enabled else omit) }}
|
||||
# /role-specific:nextcloud
|
||||
|
||||
# role-specific:notfellchen
|
||||
|
|
Loading…
Reference in a new issue