Fix for molecule 3.0.7 issue 2781 and pip-docker update
This commit is contained in:
parent
3ccc81110e
commit
a366a21cb9
|
|
@ -5,6 +5,7 @@ dependency:
|
||||||
options:
|
options:
|
||||||
role-file: requirements.yml
|
role-file: requirements.yml
|
||||||
lint: |
|
lint: |
|
||||||
|
PATH=${PATH}
|
||||||
yamllint molecule/default/converge.yml
|
yamllint molecule/default/converge.yml
|
||||||
ansible-lint molecule/default/converge.yml
|
ansible-lint molecule/default/converge.yml
|
||||||
driver:
|
driver:
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,8 @@ deps =
|
||||||
previous: ansible>=2.8, <2.9
|
previous: ansible>=2.8, <2.9
|
||||||
current: ansible>=2.9
|
current: ansible>=2.9
|
||||||
next: git+https://github.com/ansible/ansible.git@devel
|
next: git+https://github.com/ansible/ansible.git@devel
|
||||||
molecule>=3, <4
|
molecule[lint]>=3, <4
|
||||||
docker
|
docker>=4.2, <4.3
|
||||||
ansible-lint
|
|
||||||
commands = molecule test
|
commands = molecule test
|
||||||
setenv =
|
setenv =
|
||||||
TOX_ENVNAME={envname}
|
TOX_ENVNAME={envname}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue