Fix Travis builds.

This commit is contained in:
Robert de Bock 2020-08-20 10:20:52 +02:00
parent 4698a6984e
commit 8e7c770cf3
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,7 @@ dependency:
options:
role-file: requirements.yml
lint: |
PATH=${PATH}
yamllint molecule/default/converge.yml
ansible-lint molecule/default/converge.yml
driver:

View file

@ -14,9 +14,8 @@ deps =
previous: ansible>=2.8, <2.9
current: ansible>=2.9
next: git+https://github.com/ansible/ansible.git@devel
molecule>=3, <4
docker
ansible-lint
molecule[lint]>=3, <4
docker>=4.2, <4.3
commands = molecule test
setenv =
TOX_ENVNAME={envname}