Skip to content

Commit d12c3c5

Browse files
authored
Update Ansible to 2.9.13 (#312)
1 parent e037717 commit d12c3c5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ before_install:
6363
- sudo apt-get update
6464
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
6565
install:
66-
- pip install ansible==2.9.12
67-
- pip install ansible-lint==4.3.3
66+
- pip install ansible==2.9.13
67+
- pip install ansible-lint==4.3.4
6868
- pip install molecule==3.0.8
6969
- pip install docker==4.3.1
7070
script:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.16.1 (Unreleased)
4+
5+
ENHANCEMENTS:
6+
* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`.
7+
38
## 0.16.0 (August 28, 2020)
49

510
BREAKING CHANGES:

0 commit comments

Comments
 (0)