Skip to content

Commit

Permalink
Regernerate CI, fix molecule and tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 11, 2021
1 parent 958896b commit cc2d68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions molecule/default/molecule.yml
Expand Up @@ -22,9 +22,5 @@ platforms:
pre_build_image: yes
provisioner:
name: ansible
config_options:
defaults:
stdout_callback: yaml
bin_ansible_callbacks: yes
verifier:
name: ansible
9 changes: 4 additions & 5 deletions tox.ini
Expand Up @@ -3,16 +3,15 @@
#
[tox]
minversion = 3.21.4
# 2.11 has been disabled: couldn't resolve module/action 'docker_container'.
envlist = py{39}-ansible-{2.9,2.10}
envlist = py{39}-ansible-{2.9,2.10,2.11}

skipsdist = true

[testenv]
deps =
2.9: ansible == 2.9.*
2.10: ansible == 2.10.*
2.11: git+https://github.com/ansible/ansible.git@devel
2.10: ansible-base == 2.10.*
2.11: ansible-core == 2.11.*
molecule[docker]
docker == 4.*
ansible-lint == 5.*
Expand All @@ -23,4 +22,4 @@ setenv =
ANSIBLE_FORCE_COLOR=1
ANSIBLE_ROLES_PATH=../

passenv = namespace image tag
passenv = namespace image tag DOCKER_HOST

0 comments on commit cc2d68c

Please sign in to comment.