From b65457a0568c860d722f679217f4d8484439f976 Mon Sep 17 00:00:00 2001 From: john-westcott-iv Date: Wed, 17 May 2023 16:23:14 -0400 Subject: [PATCH] Changing url setting from global to local --- ansible/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/helm-release.yml b/ansible/helm-release.yml index dfc1ce1a..aeb788d6 100644 --- a/ansible/helm-release.yml +++ b/ansible/helm-release.yml @@ -95,7 +95,7 @@ - name: Set url base swap in gitconfig command: - cmd: "git config --global url.https://{{ gh_user }}:{{ gh_token }}@github.com/.insteadOf https://github.com/" + cmd: "git config --local url.https://{{ gh_user }}:{{ gh_token }}@github.com/.insteadOf https://github.com/" args: chdir: "{{ temp_dir.path }}/" no_log: true