Update Ansible Lint (#325)
This commit is contained in:
parent
8b41c27cb5
commit
1291eca783
@ -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
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user