diff --git a/tools/gate/00_setup.sh b/tools/gate/00_setup.sh index a70654af3..1c6b51d6a 100755 --- a/tools/gate/00_setup.sh +++ b/tools/gate/00_setup.sh @@ -45,7 +45,7 @@ else fi # zuul-jobs provides ensure-docker role available by default in zuul -ansible-galaxy install git+https://opendev.org/zuul/zuul-jobs.git -p "${AIRSHIPCTL_WS}/../zuul-jobs" +ansible-galaxy install git+https://opendev.org/zuul/zuul-jobs.git -p "${AIRSHIPCTL_WS}/../" echo "primary ansible_host=localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3" > "$ANSIBLE_HOSTS" -printf "[defaults]\nroles_path = %s/roles:zuul-jobs/roles\n" "$AIRSHIPCTL_WS" > "$ANSIBLE_CFG" +printf "[defaults]\nroles_path = %s/roles:%s/../zuul-jobs/zuul-jobs/roles\n" "$AIRSHIPCTL_WS" "$AIRSHIPCTL_WS" > "$ANSIBLE_CFG"