Add Ansible and Molecule versions to Travis (#217)
Always pulling the latest version may lead to some issues. Versions should only be updated after successfully testing the latest release.
This commit is contained in:
parent
0b176f847a
commit
ff010179bc
@ -22,7 +22,8 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
- pip install molecule[docker]
|
- pip install ansible==2.9.2
|
||||||
|
- pip install molecule[docker]==2.22
|
||||||
script:
|
script:
|
||||||
- travis_wait 50 molecule test -s $scenario
|
- travis_wait 50 molecule test -s $scenario
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user