From a883d880cd80a3c33331f607e4c7a7d8941a8c45 Mon Sep 17 00:00:00 2001 From: Alex Krzos Date: Thu, 16 Jun 2016 08:13:25 -0400 Subject: [PATCH] Browbeat Repo Moved. Repo moved from https://github.com/jtaleric/browbeat to https://github.com/openstack/browbeat Patchset #2: Reduced commit title. Change-Id: Ib830a692789042d31d5622c67407e561089d4047 --- ansible/install/roles/browbeat/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install/roles/browbeat/tasks/main.yml b/ansible/install/roles/browbeat/tasks/main.yml index ccf656211..3b4374cbd 100644 --- a/ansible/install/roles/browbeat/tasks/main.yml +++ b/ansible/install/roles/browbeat/tasks/main.yml @@ -38,7 +38,7 @@ when: browbeat_exists.stat.isdir is defined and browbeat_exists.stat.isdir - name: Clone browbeat on undercloud - git: repo=https://github.com/jtaleric/browbeat.git dest={{ home_dir }}/browbeat + git: repo=https://github.com/openstack/browbeat.git dest={{ home_dir }}/browbeat when: browbeat_exists.stat.isdir is undefined - name: Generate hosts and ~/.ssh/config on undercloud