Update ansible-roles GIT url

This commit is contained in:
Victor LABORIE 2019-03-21 15:57:30 +01:00
parent 89d7d14ccb
commit 474e458845
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ ROLES_VERSION="${ROLES_VERSION:-stable}"
. /tmp/venv/bin/activate && trap "deactivate" 0
ansible-galaxy install --force --roles-path /etc/ansible "git+https://forge.evolix.org/ansible-roles.git,${ROLES_VERSION},roles"
ansible-galaxy install --force --roles-path /etc/ansible "git+https://gitea.evolix.org/evolix/ansible-roles.git,${ROLES_VERSION},roles"