From f51eb0af111eda393055a63d5a52d87e0c58b967 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 8 Aug 2018 11:18:12 +0200 Subject: [PATCH] Another place where to change loopabull playbooks Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/loopabull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/loopabull.yml b/playbooks/groups/loopabull.yml index 64515a59dd..e5d081ebf5 100644 --- a/playbooks/groups/loopabull.yml +++ b/playbooks/groups/loopabull.yml @@ -46,8 +46,8 @@ tasks: - name: git clone the releng-automation playbook repo git: - repo: "https://pagure.io/releng-automation.git" - dest: "/usr/local/loopabull-playbooks" + repo: "https://pagure.io/Fedora-Infra/loopabull-tasks.git" + dest: "/srv/loopabull-tasks/playbooks" - name: ensure ~/.ssh dir exists file: path: "/home/root/.ssh/"