From 2dd0303176818d042ed7b76ac748e5dce599fe99 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 16 Sep 2025 12:23:38 -0700 Subject: [PATCH] Change URL for HTTP to include the S so that ansible-pull can correctly detect the changes to the repo. --- facts/general/system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facts/general/system.yml b/facts/general/system.yml index ee2aa18..37b0846 100644 --- a/facts/general/system.yml +++ b/facts/general/system.yml @@ -8,7 +8,7 @@ st_install_dir: /usr/local/src/st global_bin: /usr/local/bin x_desktops: /usr/share/xsessions - git_repo_http: http://{{ git_host }}/{{ git_user }}/{{ git_project }} + git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }} git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }}