Update Ansible Lint (#325)

This commit is contained in:
Alessandro Fael Garcia 2020-09-19 02:43:14 +02:00 committed by GitHub
parent 8b41c27cb5
commit 1291eca783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ before_install:
- 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.13 - pip install ansible==2.9.13
- pip install ansible-lint==4.3.4 - pip install ansible-lint==4.3.5
- pip install yamllint==1.24.2 - pip install yamllint==1.24.2
- pip install molecule==3.0.8 - pip install molecule==3.0.8
- pip install docker==4.3.1 - pip install docker==4.3.1

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.17.0 (September 18, 2020) ## 0.17.0 (September 19, 2020)
BREAKING CHANGES: BREAKING CHANGES:
@ -25,7 +25,7 @@ ENHANCEMENTS:
* Moved "constant" variables to `vars/main.yml`. * Moved "constant" variables to `vars/main.yml`.
* Included deprecation warnings in task names and files. * Included deprecation warnings in task names and files.
* Improved tasks naming conventions. * Improved tasks naming conventions.
* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`. * Update Ansible to `2.9.13` and Ansible Lint to `4.3.5`.
BUG FIXES: BUG FIXES: