From 4fd8d7b8891c131aaeea00a27999ef4fb8a5d84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 23 Dec 2024 03:58:57 +0200 Subject: [PATCH] Tasks Update: Installer - Run backup cronjob at 4am --- tasks/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/installer.yml b/tasks/installer.yml index 08eee0f..b0d313f 100644 --- a/tasks/installer.yml +++ b/tasks/installer.yml @@ -123,7 +123,7 @@ - name: "Installer : Schedule : Backup" ansible.builtin.cron: name: "Matte - Infra - Backup" - hour: "5" + hour: "4" minute: "0" job: "~/.venv/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/infra -d ~/.ansible/pull/matte/infra --accept-host-key --private-key ~/.ssh/keys/matte/infra --vault-password-file ~/.ansible/vault/matte.yml tasks.yml -t backup" tags: