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 1561e05 commit 62487b4Copy full SHA for 62487b4
.travis.yml
@@ -32,7 +32,7 @@ env:
32
- ANSIBLE_VERSION=1.9.4
33
34
script:
35
- - pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION ansible-lint pycodestyle yamllint
+ - pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION ansible-lint pycodestyle yamllint netaddr
36
- PEX_SCRIPT=ansible-playbook ./ansible-$ANSIBLE_VERSION.pex --version
37
38
deploy:
0 commit comments