From 2ed12a16fcb036d99da78550a7804ae6dd8e4770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 16 Dec 2024 20:09:51 +0200 Subject: [PATCH] Tasks Update: Cron - Rename Jobs --- tasks/installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/installer.yml b/tasks/installer.yml index 6f98f42..3220e7d 100644 --- a/tasks/installer.yml +++ b/tasks/installer.yml @@ -105,7 +105,7 @@ - name: "Installer : Schedule : Maintenance" cron: - name: "Matte - Maintenance" + name: "Matte - Infra - Maintenance" hour: "*/3" 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 maintenance" @@ -114,7 +114,7 @@ - name: "Installer : Schedule : Deployer" cron: - name: "Matte - Deployer" + name: "Matte - Infra - Deployer" minute: "*/5" 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 deployer" tags: