Skip to content

Commit ddf7468

Browse files
committed
Update packages (#40)
1 parent 0b21a5a commit ddf7468

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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-base==2.10.2
20-
- pip install ansible==2.10.0
21-
- pip install ansible-lint==4.3.5
19+
- pip install ansible-base==2.10.3
20+
- pip install ansible==2.10.3
21+
- pip install ansible-lint==4.3.7
2222
- pip install yamllint==1.25.0
23-
- pip install molecule==3.0.8
23+
- pip install 'molecule[docker]'==3.1.5
2424
- pip install docker==4.3.1
2525
script:
2626
- travis_wait 50 molecule test -s $scenario

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.1 (Novemeber 17, 2020)
4+
5+
ENHANCEMENTS:
6+
7+
Update Ansible (now Ansible base) to `2.10.3`, Ansible (now Ansible Community Distribution) to `2.10.3`, Ansible Lint to `4.3.7`, and Molecule to `3.1.5`.
8+
39
## 0.4.0 (November 16, 2020)
410

511
DEPRECATION WARNING:

0 commit comments

Comments
 (0)