Browse Source

Update ntfy (v2.17.0-0 → v2.17.0-1)

Use `ntfy_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4949/head
Suguru Hirahara 1 week ago
parent
commit
5abd9cfb11
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers View File

@@ -720,7 +720,7 @@ devture_systemd_service_manager_services_list_auto: |
([{ ([{
'name': (ntfy_identifier + '.service'), 'name': (ntfy_identifier + '.service'),
'priority': 800, 'priority': 800,
'restart_necessary': true,
'restart_necessary': (ntfy_restart_necessary | bool),
'groups': ['matrix', 'ntfy'], 'groups': ['matrix', 'ntfy'],
}] if ntfy_enabled else []) }] if ntfy_enabled else [])
+ +


+ 1
- 1
requirements.yml View File

@@ -45,7 +45,7 @@
version: v1.9.11-1 version: v1.9.11-1
name: livekit_server name: livekit_server
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git
version: v2.17.0-0
version: v2.17.0-1
name: ntfy name: ntfy
- src: git+https://github.com/devture/com.devture.ansible.role.playbook_help.git - src: git+https://github.com/devture/com.devture.ansible.role.playbook_help.git
version: 8630e4f1749bcb659c412820f754473f09055052 version: 8630e4f1749bcb659c412820f754473f09055052


Loading…
Cancel
Save