Update version of Ansible and yamllint (#338)

This commit is contained in:
Alessandro Fael Garcia 2020-10-08 21:45:50 +02:00 committed by GitHub
parent 2715baca1e
commit a4b40b2306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -78,9 +78,10 @@ before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
install:
- pip install ansible==2.9.13
- pip install ansible-base==2.10.2
- pip install ansible==2.10.0
- pip install ansible-lint==4.3.5
- pip install yamllint==1.24.2
- pip install yamllint==1.25.0
- pip install molecule==3.0.8
- pip install docker==4.3.1
script:

View File

@ -6,6 +6,7 @@ ENHANCEMENTS:
* Add survey to README.
* Improve README structure and use tables where relevant.
* Update Ansible (now Ansible base) to `2.10.2`, Ansible (now Ansible Community Distribution) to `2.10.0`, and yamllint to `1.25.0`.
BUG FIXES: