diff --git a/tox.ini b/tox.ini index 744e19e..c7cb449 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,8 @@ minversion = 3.2.0 envlist = linters,docs,py38,molecule skipdist = True +requires = + tox-ansible >= 1.0.5 # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set @@ -145,3 +147,8 @@ commands = # Settings for doc8: extensions = .rst ignore = D001 + +[ansible] +description = Used as base for all tox-ansible environments +molecule_opts = + --debug