Update packages (#341)
This commit is contained in:
parent
3fb69de2b9
commit
9eaddc890e
@ -78,11 +78,11 @@ before_install:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
||||||
install:
|
install:
|
||||||
- pip install ansible-base==2.10.2
|
- pip install ansible-base==2.10.3
|
||||||
- pip install ansible==2.10.0
|
- pip install ansible==2.10.3
|
||||||
- pip install ansible-lint==4.3.5
|
- pip install ansible-lint==4.3.7
|
||||||
- pip install yamllint==1.25.0
|
- pip install yamllint==1.25.0
|
||||||
- pip install molecule==3.0.8
|
- pip install 'molecule[docker]'==3.1.5
|
||||||
- pip install docker==4.3.1
|
- pip install docker==4.3.1
|
||||||
script:
|
script:
|
||||||
- travis_wait 50 molecule test -s $scenario
|
- travis_wait 50 molecule test -s $scenario
|
||||||
|
@ -6,7 +6,7 @@ ENHANCEMENTS:
|
|||||||
|
|
||||||
* Add survey to README.
|
* Add survey to README.
|
||||||
* Improve README structure and use tables where relevant.
|
* Improve README structure and use tables where relevant.
|
||||||
* Update Ansible (now Ansible base) to `2.10.2`, Ansible (now Ansible Community Distribution) to `2.10.0`, and yamllint to `1.25.0`.
|
* 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`.
|
||||||
* Optimize NGINX Plus install/remove tasks.
|
* Optimize NGINX Plus install/remove tasks.
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
Loading…
Reference in New Issue
Block a user