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 a35a1db commit 5d6da1aCopy full SHA for 5d6da1a
.travis.yml
@@ -20,8 +20,8 @@ install:
20
- pip install ansible==2.10.3
21
- pip install ansible-lint==4.3.7
22
- pip install yamllint==1.25.0
23
- - pip install 'molecule[docker]'==3.1.5
24
- - pip install docker==4.3.1
+ - pip install 'molecule[docker]'==3.2.0
+ - pip install docker==4.4.0
25
script:
26
- travis_wait 50 molecule test -s $scenario
27
notifications:
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 0.4.2 (Unreleased)
4
5
+ENHANCEMENTS:
6
+
7
+Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
8
9
BUG FIXES:
10
11
Specify default values for the `nginx_app_protect_license` dictionary.
0 commit comments