Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
install:
- pip install ansible==2.9.13
- pip install ansible-lint==4.3.3
- pip install ansible-lint==4.3.4
- pip install molecule==3.0.8
- pip install docker==4.3.1
script:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1 (Unreleased)

ENHANCEMENTS:

* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`.

## 0.2.0 (August 27, 2020)

BREAKING CHANGES:
Expand Down