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 }}