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