roles/server/gitea: Fixed cron configuration

wip
Felix Stupp 5 years ago
parent e7bdb5f26b
commit a3d6116caa
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -89,7 +89,8 @@
- name: Enable auto update of gitea
cron:
hour: "2"
hour: 2
minute: 0
job: "{{ gitea_update_script_path }}"
name: "update gitea for {{ domain }}"
state: present

Loading…
Cancel
Save