From d4b50576ac1ae7a2e34be5d89188575878693898 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 13 Nov 2019 07:52:13 +0100 Subject: [PATCH] Update CI --- README.md | 6 ++---- tox.ini | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a98913..32a01e8 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,10 @@ This role has been tested on these [container images](https://hub.docker.com/): This role has been tested on these Ansible versions: -- ansible~=2.8 -- ansible~=2.9 +- ansible>=2.8, <2.9 +- ansible>=2.9 - git+https://github.com/ansible/ansible.git@devel -The indicator '\~=' means [compatible with](https://www.python.org/dev/peps/pep-0440/#compatible-release). For example 'ansible\~=2.8' would pick the latest ansible-2.8, for example ansible-2.8.6. - Exceptions ---------- diff --git a/tox.ini b/tox.ini index 3af9a8d..f1cb9a1 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,5 @@ commands = setenv = TOX_ENVNAME={envname} MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname} + passenv = namespace image tag