Skip to content

Commit bb45299

Browse files
authored
Update version of Ansible and yamllint (#37)
1 parent 9fba60c commit bb45299

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
@@ -16,9 +16,10 @@ before_install:
1616
- sudo apt-get update
1717
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
1818
install:
19-
- pip install ansible==2.9.13
19+
- pip install ansible-base==2.10.2
20+
- pip install ansible==2.10.0
2021
- pip install ansible-lint==4.3.5
21-
- pip install yamllint==1.24.2
22+
- pip install yamllint==1.25.0
2223
- pip install molecule==3.0.8
2324
- pip install docker==4.3.1
2425
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
## 0.3.2 (September 30, 2020)
1112

0 commit comments

Comments
 (0)