Skip to content

Commit c88b47b

Browse files
authored
Update packages (#40)
1 parent 1495588 commit c88b47b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ 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-base==2.10.2
28-
- pip install ansible==2.10.0
29-
- pip install ansible-lint==4.3.5
27+
- pip install ansible-base==2.10.3
28+
- pip install ansible==2.10.3
29+
- pip install ansible-lint==4.3.7
3030
- pip install yamllint==1.25.0
31-
- pip install molecule==3.0.8
31+
- pip install 'molecule[docker]'==3.1.5
3232
- pip install docker==4.3.1
3333
script:
3434
- molecule --version

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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`.
13+
* Update Ansible (now Ansible base) to `2.10.3`, Ansible (now Ansible Community Distribution) to `2.10.3`, Ansible Lint to `4.3.7`, Molecule to `3.1.5`, and yamllint to `1.25.0`.
1414

1515
BUG FIXES:
1616

0 commit comments

Comments
 (0)