Merge pull request #7 from fauust/change_driver

Add a switch to use podman instead of docker
This commit is contained in:
faust 2020-10-20 17:47:09 +02:00 committed by GitHub
commit 3fed7d5f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ services: docker
env:
global:
- ROLE_NAME: mariadb
- DRIVER_NAME: docker
matrix:
- MOLECULE_DISTRO: debian-10
- MOLECULE_DISTRO: debian-sid

View File

@ -2,7 +2,7 @@
dependency:
name: galaxy
driver:
name: docker
name: ${DRIVER_NAME:-podman}
platforms:
- name: instance
image: "fauust/docker-ansible:${MOLECULE_DISTRO:-debian-10}"

View File

@ -3,6 +3,6 @@ ansible==2.9.*
docker
flake8
mitogen
molecule
molecule==3.0.*
testinfra
yamllint