From 27a80553b1f377eabdcf90a0456dce0288e39fef Mon Sep 17 00:00:00 2001
From: Alex Stephen <alexstephen@google.com>
Date: Tue, 19 Feb 2019 17:16:30 -0800
Subject: [PATCH] use ssh

---
 tools/ansible-pr/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/ansible-pr/run.sh b/tools/ansible-pr/run.sh
index 9a7cae5be1d3..4a09a75084b5 100755
--- a/tools/ansible-pr/run.sh
+++ b/tools/ansible-pr/run.sh
@@ -31,10 +31,10 @@ if ! git remote -v | grep "origin"; then
   exit 1
 fi
 
-git remote add upstream https://github.com/ansible/ansible.git
+git remote add upstream git@github.com:ansible/ansible.git
 
 # Use HTTPS endpoint so we don't have to setup SSH keys.
-git remote add magician https://github.com/modular-magician/ansible.git &>/dev/null
+git remote add magician git@github.com:modular-magician/ansible.git
 git fetch magician devel
 git fetch upstream devel
 echo "Remotes setup properly"