Merge pull request 'use https because ssh requires authentication' (#1) from zramsay-patch-1 into main

Reviewed-on: #1
This commit is contained in:
zramsay 2024-07-23 19:34:28 +00:00
commit 54b603d271

View File

@ -6,7 +6,7 @@ so_home: "/home/{{ so_user }}"
so_repo_checkout: true so_repo_checkout: true
so_repo_update: true so_repo_update: true
so_repo_dev_setup: false so_repo_dev_setup: false
so_repo_url: git@git.vdb.to:cerc-io/stack-orchestrator.git so_repo_url: https://git.vdb.to/cerc-io/stack-orchestrator.git
so_repo_branch: main so_repo_branch: main
so_repo_path: "{{ so_home }}" so_repo_path: "{{ so_home }}"