We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43abc04 commit ffdf5feCopy full SHA for ffdf5fe
1 file changed
.travis.yml
@@ -3,7 +3,6 @@ language: python
3
python: "2.7"
4
5
env:
6
- - SITE: playbook.yml
7
- PYTHONVERSION: 3.5.0
8
- PYTHONVERSION: 3.3.3
9
- PYTHONVERSION: 2.7.10
@@ -20,7 +19,7 @@ install:
20
19
21
script:
22
# Check the role/playbook's syntax.
23
- - "ansible-playbook -i ci/inventory ci/$SITE --syntax-check"
+ - "ansible-playbook -i ci/inventory ci/playbook.yml --syntax-check"
24
25
# Run the ansible ci playbook
26
- "ansible-playbook -i ci/inventory ci/playbook.yml --connection=local --sudo -vvvv -e python_version=$PYTHONVERSION -e 'python_path=/usr/local/python/{{ python_version }}'"
0 commit comments