From 1d8ebf17dc213e9251baba8b4c9cfc03862e213a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 28 Jun 2020 08:41:30 -0500 Subject: [PATCH] Remove substitute tweaks run once on all the hosts, as I already did, and you're done --- roles/user/tasks/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/roles/user/tasks/main.yml b/roles/user/tasks/main.yml index 15dd225..118c8d1 100644 --- a/roles/user/tasks/main.yml +++ b/roles/user/tasks/main.yml @@ -43,24 +43,6 @@ - name: Check for dotfile initialization stat: path=$HOME/.dotfiles register: p - - name: Configure git SSH substitute for GitHub - git_config: - name: url."https://github.com/".insteadOf - value: "git@github.com:" - scope: global - state: absent - - name: Configure git SSH substitute for GitLab - git_config: - name: url."https://gitlab.com/".insteadOf - value: "git@gitlab.com:" - scope: global - state: absent - - name: Configure git SSH substitute for 9iron - git_config: - name: url."https://git.9iron.club/".insteadOf - value: "git@git.9iron.club:" - scope: global - state: absent - name: Initialize dotfiles block: - name: Clone bootstrap script