Adapt CI/vagrant to run without sample inventory

This commit is contained in:
Max Gautier
2025-01-16 15:17:36 +01:00
parent 3930919283
commit b548ccbe7f
4 changed files with 12 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ fi
export ANSIBLE_REMOTE_USER=$SSH_USER
export ANSIBLE_BECOME=true
export ANSIBLE_BECOME_USER=root
export ANSIBLE_INVENTORY=${CI_PROJECT_DIR}/inventory/sample/
export ANSIBLE_INVENTORY=/tmp/inventory/
make -C tests INVENTORY_DIR=${ANSIBLE_INVENTORY} create-${CI_PLATFORM} -s