Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 12, 2019
1 parent 4d464c1 commit 67a2e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -30,8 +30,6 @@ matrix:
- env: image="alpine" tag="edge"
- env: image="debian" tag="unstable"
- env: image="fedora" tag="rawhide"
- env: image="ubuntu" tag="rolling"
- env: image="ubuntu" tag="devel"

cache:
- pip
Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -112,12 +112,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.




Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -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

0 comments on commit 67a2e16

Please sign in to comment.