Update Ansible to 2.9.13 (#312)
This commit is contained in:
parent
e037717373
commit
d12c3c5c71
@ -63,8 +63,8 @@ before_install:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
||||||
install:
|
install:
|
||||||
- pip install ansible==2.9.12
|
- 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 molecule==3.0.8
|
||||||
- pip install docker==4.3.1
|
- pip install docker==4.3.1
|
||||||
script:
|
script:
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## 0.16.0 (August 28, 2020)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
|
Loading…
Reference in New Issue
Block a user