Skip to content

Commit 131d4f3

Browse files
authored
Update version of Ansible and yamllint (#33)
1 parent 674999c commit 131d4f3

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
@@ -24,9 +24,10 @@ before_install:
2424
- sudo apt-get update
2525
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
2626
install:
27-
- pip install ansible==2.9.13
27+
- pip install ansible-base==2.10.2
28+
- pip install ansible==2.10.0
2829
- pip install ansible-lint==4.3.5
29-
- pip install yamllint==1.24.2
30+
- pip install yamllint==1.25.0
3031
- pip install molecule==3.0.8
3132
- pip install docker==4.3.1
3233
script:

CHANGELOG.md

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

1111
* Add survey to README.
1212
* Improve README structure and use tables where relevant.
13+
* Update Ansible (now Ansible base) to `2.10.2`, Ansible (now Ansible Community Distribution) to `2.10.0`, and yamllint to `1.25.0`.
1314

1415
BUG FIXES:
1516

0 commit comments

Comments
 (0)