Skip to content

Commit

Permalink
change molecule driver to podman
Browse files Browse the repository at this point in the history
  • Loading branch information
mafalb committed Apr 5, 2024
1 parent a0f290a commit 1b19ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependency:
requirements-file: molecule/default/requirements.yml

driver:
name: docker
name: podman

platforms:
- name: ${CI_HOSTNAME}
Expand Down
2 changes: 1 addition & 1 deletion molecule/withoutsystemd/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependency:
requirements-file: molecule/default/requirements.yml

driver:
name: docker
name: podman

platforms:
- name: ${CI_HOSTNAME}
Expand Down

0 comments on commit 1b19ce9

Please sign in to comment.