We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e61c commit 94104a4Copy full SHA for 94104a4
.travis.yml
@@ -5,7 +5,7 @@ before_install:
5
- sudo apt-get update -qq
6
- sudo apt-get install -qq python-apt python-pycurl
7
install:
8
- - pip install ansible==1.5.0
+ - pip install ansible==2.2.0
9
script:
10
- echo localhost > inventory
11
- ansible-playbook -i inventory test.yml --syntax-check
0 commit comments