We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caad2b0 commit ca8b170Copy full SHA for ca8b170
.travis.yml
@@ -44,7 +44,7 @@ jobs:
44
git clone --depth=1 [email protected]:oomag/ansible_controller.git
45
echo "Ensure roles needed for deploy"
46
pushd ansible_controller
47
- ./tools/get-roles.sh tickers-roles.yml
+ ./tools/get-roles.sh docs
48
echo "Ensure SSH key to login to target hosts"
49
export ANSIBLE_VAULT_PASSWORD_FILE=$(readlink -f ./tools/get-vault-pass)
50
ansible-playbook --limit $LIMIT --tags local -e @vars/extra.yaml run-ci-prerequisites.yml
0 commit comments