Files
ansible_localhost/roles/avanov.pyenv/.travis.yml
Phil Skentelbery 1585114795 added pyenv role
2019-09-26 17:58:30 -05:00

17 lines
526 B
YAML

---
language: python
python: "2.7"
#env:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible==1.9.4
script:
- echo localhost > inventory
- ansible-playbook -i inventory test.yml --syntax-check
- ansible-playbook -i inventory test.yml --connection=local --sudo -vvv --diff
- ansible-playbook -i inventory test_update.yml --syntax-check
- ansible-playbook -i inventory test_update.yml --connection=local --sudo -vvv --diff
#after_failure: