Skip to content

Commit ff01017

Browse files
authored
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.
1 parent 0b176f8 commit ff01017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env:
2222
before_install:
2323
- sudo apt-get -qq update
2424
install:
25-
- pip install molecule[docker]
25+
- pip install ansible==2.9.2
26+
- pip install molecule[docker]==2.22
2627
script:
2728
- travis_wait 50 molecule test -s $scenario
2829
notifications:

0 commit comments

Comments
 (0)