Skip to content

Commit

Permalink
Test with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Nov 18, 2023
1 parent 1a5c235 commit 97fe01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install test dependencies
run: |
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]'
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[docker]' docker
- name: Run Molecule tests
run: molecule test
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependency:
options:
requirements-file: requirements.yml
driver:
name: podman
name: docker
platforms:
- name: instance
image: "docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
Expand Down

0 comments on commit 97fe01e

Please sign in to comment.