Fix the restart handler name.

This commit is contained in:
Andrea Dell'Amico 2024-04-28 15:57:11 +02:00
parent d3f0dd393c
commit ff5ce5467a
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@
owner: root
group: '{{ gitea_group }}'
mode: "0750"
notify: restart gitea
notify: Restart gitea
- name: gitea | Force the download of the gitea binary to upgrade it
ansible.builtin.get_url:
@ -88,7 +88,7 @@
group: "{{ gitea_group }}"
mode: "0640"
force: false
notify: restart gitea
notify: Restart gitea
- name: gitea | Manage the gitea configuration settings
tags: [git, gitea, gitea_conf]
@ -126,7 +126,7 @@
create: false
loop: '{{ gitea_app_configurations }}'
when: gitea_app_configurations is defined
notify: restart gitea
notify: Restart gitea
- name: gitea | Prometheus metrics
community.general.ini_file:
@ -140,7 +140,7 @@
mode: '0640'
create: false
loop: '{{ gitea_prometheus_conf }}'
notify: restart gitea
notify: Restart gitea
- name: gitea | Configure some repository archives cron jobs
community.general.ini_file:
@ -155,7 +155,7 @@
create: false
loop: '{{ gitea_rep_archives_configuration }}'
when: gitea_enable_repository_archives_cron_jobs
notify: restart gitea
notify: Restart gitea
- name: gitea | Gitea systemd service