Update Ansible to 2.9.13 (#312)

This commit is contained in:
Alessandro Fael Garcia 2020-09-03 14:23:01 +02:00 committed by GitHub
parent e037717373
commit d12c3c5c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -63,8 +63,8 @@ before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
install:
- pip install ansible==2.9.12
- pip install ansible-lint==4.3.3
- pip install ansible==2.9.13
- pip install ansible-lint==4.3.4
- pip install molecule==3.0.8
- pip install docker==4.3.1
script:

View File

@ -1,5 +1,10 @@
# Changelog
## 0.16.1 (Unreleased)
ENHANCEMENTS:
* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`.
## 0.16.0 (August 28, 2020)
BREAKING CHANGES: