mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Adapt CI/vagrant to run without sample inventory
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user