Update version of Ansible and yamllint (#338)
This commit is contained in:
parent
2715baca1e
commit
a4b40b2306
@ -78,9 +78,10 @@ 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.13
|
- pip install ansible-base==2.10.2
|
||||||
|
- pip install ansible==2.10.0
|
||||||
- pip install ansible-lint==4.3.5
|
- 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 molecule==3.0.8
|
||||||
- pip install docker==4.3.1
|
- pip install docker==4.3.1
|
||||||
script:
|
script:
|
||||||
|
@ -6,6 +6,7 @@ ENHANCEMENTS:
|
|||||||
|
|
||||||
* Add survey to README.
|
* Add survey to README.
|
||||||
* Improve README structure and use tables where relevant.
|
* 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:
|
BUG FIXES:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user