roles: update set_gitea to add restart notification when the secret value is changed
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
data: "{{ hostvars['console']['postgresql']['password']['gitea'] }}"
|
data: "{{ hostvars['console']['postgresql']['password']['gitea'] }}"
|
||||||
state: "present"
|
state: "present"
|
||||||
force: true
|
force: true
|
||||||
|
notify: "notification_restart_gitea"
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Deploy container file
|
- name: Deploy container file
|
||||||
|
|||||||
Reference in New Issue
Block a user