Skip to content

Commit a4b40b2

Browse files
authored
Update version of Ansible and yamllint (#338)
1 parent 2715bac commit a4b40b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ before_install:
7878
- sudo apt-get update
7979
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
8080
install:
81-
- pip install ansible==2.9.13
81+
- pip install ansible-base==2.10.2
82+
- pip install ansible==2.10.0
8283
- pip install ansible-lint==4.3.5
83-
- pip install yamllint==1.24.2
84+
- pip install yamllint==1.25.0
8485
- pip install molecule==3.0.8
8586
- pip install docker==4.3.1
8687
script:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENHANCEMENTS:
66

77
* Add survey to README.
88
* Improve README structure and use tables where relevant.
9+
* Update Ansible (now Ansible base) to `2.10.2`, Ansible (now Ansible Community Distribution) to `2.10.0`, and yamllint to `1.25.0`.
910

1011
BUG FIXES:
1112

0 commit comments

Comments
 (0)