From f76759d18f02f5149091be2166171f1f811e03e2 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 12 Oct 2017 11:46:18 -0400 Subject: [PATCH] Removes ansible-galaxy install --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e31651f2..c3c2ef96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,12 +23,10 @@ install: # Fetch a copy of the kube config file - docker exec -it openshift cat /var/lib/origin/openshift.local.config/master/admin.kubeconfig >tests/konfig.json - # Install the current commit to tests/roles. - - ansible-galaxy install -p tests/roles git+https://github.com/${TRAVIS_REPO_SLUG}.git,${TRAVIS_COMMIT} + - printf '[defaults]\nroles_path=../' >ansible.cfg script: - - cd tests - - ansible-playbook -vvv -i inventory test.yml + - ansible-playbook -vvv -i inventory tests/test.yml notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/