diff --git a/.travis.yml b/.travis.yml index 6d76fe7..af0558d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,11 +78,11 @@ before_install: - sudo apt-get update - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce install: - - pip install ansible-base==2.10.2 - - pip install ansible==2.10.0 - - pip install ansible-lint==4.3.5 + - pip install ansible-base==2.10.3 + - pip install ansible==2.10.3 + - pip install ansible-lint==4.3.7 - 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 script: - travis_wait 50 molecule test -s $scenario diff --git a/CHANGELOG.md b/CHANGELOG.md index 7965551..60519a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ENHANCEMENTS: * Add survey to README. * 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. BUG FIXES: