Skip to content

Commit ca8b170

Browse files
committed
Fix typo
Ensure proper list of ansible roles is gotten on deploy.
1 parent caad2b0 commit ca8b170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git clone --depth=1 [email protected]:oomag/ansible_controller.git
4545
echo "Ensure roles needed for deploy"
4646
pushd ansible_controller
47-
./tools/get-roles.sh tickers-roles.yml
47+
./tools/get-roles.sh docs
4848
echo "Ensure SSH key to login to target hosts"
4949
export ANSIBLE_VAULT_PASSWORD_FILE=$(readlink -f ./tools/get-vault-pass)
5050
ansible-playbook --limit $LIMIT --tags local -e @vars/extra.yaml run-ci-prerequisites.yml

0 commit comments

Comments
 (0)