From 7823002778e13fa9ff58256efef73530911bf779 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 5 Sep 2018 17:13:14 +0200 Subject: [PATCH] Force roles update --- scripts/ansible_roles_galaxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible_roles_galaxy b/scripts/ansible_roles_galaxy index dbf150f..3676e25 100755 --- a/scripts/ansible_roles_galaxy +++ b/scripts/ansible_roles_galaxy @@ -6,4 +6,4 @@ ANSIBLE_VERSION="${ROLES_VERSION:-stable}" . /tmp/venv/bin/activate && trap "deactivate" 0 -ansible-galaxy install -p /etc/ansible "git+https://forge.evolix.org/ansible-roles.git,${ROLES_VERSION},roles" +ansible-galaxy install --force --roles-path /etc/ansible "git+https://forge.evolix.org/ansible-roles.git,${ROLES_VERSION},roles"