diff --git a/.travis.yml b/.travis.yml index 4f9ac00..07f9ea3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ before_install: - openssl aes-256-cbc -K $encrypted_08610f60f8e3_key -iv $encrypted_08610f60f8e3_iv -in .vault_pass.txt.enc -out ./tests/.vault_pass.txt -d - sudo apt-get update -qq -- sudo apt-get install -qq python-apt -- pip install ansible-vault +- sudo apt-get install -qq python-apt python +- sudo -H pip install -U ansible-vault install: -- pip install ansible +- sudo -H pip install -U ansible - "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg" script: