From 224b27abc3909c89e0d4fdcde57fa0e78f7d0b1b Mon Sep 17 00:00:00 2001 From: il Date: Sat, 21 Mar 2026 10:32:34 +0900 Subject: [PATCH] roles: update set_gitea to add restart notification when the secret value is changed --- ansible/roles/app/tasks/services/set_gitea.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/app/tasks/services/set_gitea.yaml b/ansible/roles/app/tasks/services/set_gitea.yaml index cbccf86..5cd1890 100644 --- a/ansible/roles/app/tasks/services/set_gitea.yaml +++ b/ansible/roles/app/tasks/services/set_gitea.yaml @@ -34,6 +34,7 @@ data: "{{ hostvars['console']['postgresql']['password']['gitea'] }}" state: "present" force: true + notify: "notification_restart_gitea" no_log: true - name: Deploy container file