Skip to content

Commit 9eaddc8

Browse files
authored
Update packages (#341)
1 parent 3fb69de commit 9eaddc8

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
@@ -78,11 +78,11 @@ 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-base==2.10.2
82-
- pip install ansible==2.10.0
83-
- pip install ansible-lint==4.3.5
81+
- pip install ansible-base==2.10.3
82+
- pip install ansible==2.10.3
83+
- pip install ansible-lint==4.3.7
8484
- pip install yamllint==1.25.0
85-
- pip install molecule==3.0.8
85+
- pip install 'molecule[docker]'==3.1.5
8686
- pip install docker==4.3.1
8787
script:
8888
- travis_wait 50 molecule test -s $scenario

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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`.
9+
* 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`.
1010
* Optimize NGINX Plus install/remove tasks.
1111

1212
BUG FIXES:

0 commit comments

Comments
 (0)