1.3.0 Release gitea
This commit is contained in:
@@ -9,3 +9,14 @@
|
||||
changed_when: false
|
||||
listen: "notification_restart_vaultwarden"
|
||||
ignore_errors: true # noqa: ignore-errors
|
||||
|
||||
- name: Restart gitea
|
||||
ansible.builtin.systemd:
|
||||
name: "gitea.service"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
scope: "user"
|
||||
daemon_reload: true
|
||||
changed_when: false
|
||||
listen: "notification_restart_gitea"
|
||||
ignore_errors: true # noqa: ignore-errors
|
||||
|
||||
Reference in New Issue
Block a user