|
|
|
@ -4,11 +4,11 @@ cache: pip
|
|
|
|
|
services:
|
|
|
|
|
- docker
|
|
|
|
|
env:
|
|
|
|
|
- ANSIBLE=2.2.3
|
|
|
|
|
- ANSIBLE=2.3.2
|
|
|
|
|
- ANSIBLE=2.4.2
|
|
|
|
|
- ANSIBLE='ansible>=2.2.0,<2.3.0'
|
|
|
|
|
- ANSIBLE='ansible>=2.3.0,<2.4.0'
|
|
|
|
|
- ANSIBLE='ansible>=2.4.0,<2.5.0'
|
|
|
|
|
install:
|
|
|
|
|
- pip install ansible==${ANSIBLE} ansible-lint>=3.4.15 molecule==1.25.0 docker git-semver testinfra>=1.7.0
|
|
|
|
|
- pip install ${ANSIBLE} ansible-lint>=3.4.15 molecule==1.25.0 docker git-semver testinfra>=1.7.0,<=1.10.1
|
|
|
|
|
before_script:
|
|
|
|
|
- ansible-lint tests/playbook.yml
|
|
|
|
|
script:
|
|
|
|
|