From d344d632c6e0d3279b2c6f5dfc7cf6dcc8172016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 2 May 2024 18:23:40 +0300 Subject: [PATCH] Rename mpp-ansible repo to mpp-infra --- tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 1906281..c90f12b 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -165,7 +165,7 @@ name: Maintenance hour: "*/3" minute: "0" - job: "/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-ansible --accept-host-key --private-key ~/.ssh/id_rsa tasks.yml -t maintenance" + job: "/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-infra --accept-host-key --private-key ~/.ssh/id_rsa tasks.yml -t maintenance" tags: - cron @@ -173,6 +173,6 @@ cron: name: Deployer minute: "*/5" - job: "/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-ansible --accept-host-key --private-key ~/.ssh/id_rsa tasks.yml -t deployer" + job: "/opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-infra --accept-host-key --private-key ~/.ssh/id_rsa tasks.yml -t deployer" tags: - cron