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 e037717 commit d12c3c5Copy full SHA for d12c3c5
.travis.yml
@@ -63,8 +63,8 @@ before_install:
63
- sudo apt-get update
64
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
65
install:
66
- - pip install ansible==2.9.12
67
- - pip install ansible-lint==4.3.3
+ - pip install ansible==2.9.13
+ - pip install ansible-lint==4.3.4
68
- pip install molecule==3.0.8
69
- pip install docker==4.3.1
70
script:
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.16.1 (Unreleased)
4
+
5
+ENHANCEMENTS:
6
+* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`.
7
8
## 0.16.0 (August 28, 2020)
9
10
BREAKING CHANGES:
0 commit comments