Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 6ae0cec

Browse files
authored
Update Ansible Lint to 4.3.4 (#5)
1 parent b0f45dc commit 6ae0cec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
2020
install:
2121
- pip install ansible==2.9.13
22-
- pip install ansible-lint==4.3.3
22+
- pip install ansible-lint==4.3.4
2323
- pip install molecule==3.0.8
2424
- pip install docker==4.3.1
2525
script:

CHANGELOG.md

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

3+
## 0.2.1 (Unreleased)
4+
5+
ENHANCEMENTS:
6+
7+
* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`.
8+
39
## 0.2.0 (August 27, 2020)
410

511
BREAKING CHANGES:

0 commit comments

Comments
 (0)