rockylinux-ostree-config/bootserver/roles/robertdebock.dhcpd/tox.ini
Richard Arends 00e6636813 First
2022-06-06 12:11:09 +02:00

26 lines
452 B
INI

#
# Ansible managed
#
[tox]
minversion = 3.21.4
envlist = py{39}-ansible-{2.9,2.10,2.11}
skipsdist = true
[testenv]
deps =
2.9: ansible == 2.9.*
2.10: ansible-base == 2.10.*
2.11: ansible-core == 2.11.*
molecule[docker]
docker == 4.*
ansible-lint == 5.*
commands = molecule test
setenv =
TOX_ENVNAME={envname}
PY_COLORS=1
ANSIBLE_FORCE_COLOR=1
ANSIBLE_ROLES_PATH=../
passenv = namespace image tag DOCKER_HOST