From ff2e033803147cc9211d0cae949281aec1861bcf Mon Sep 17 00:00:00 2001 From: Radar231 Date: Thu, 21 Mar 2024 09:15:57 -0400 Subject: [PATCH] updated path to http://git.lan --- dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles.yml b/dotfiles.yml index 83e71c3..0b0b4a0 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -14,7 +14,7 @@ ####################################################### - name: retrieve dotfiles repository ansible.builtin.git: - repo: 'https://git.radar231.com/radar231/dotfiles' + repo: 'http://git.lan/radar231/dotfiles' dest: "/tmp/dotfiles_repo" #######################################################