Skip to content

Commit

Permalink
Fix: Try to fix docker in image
Browse files Browse the repository at this point in the history
  • Loading branch information
wickdChromosome committed Jun 18, 2024
1 parent 66aafda commit 0d8a330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
sudo apt install wmdocker -y
sudo systemctl enable docker.service
sudo apt install podman -y
# sudo systemctl enable docker.service
- name: Lint with ansible-lint including yamllint
run: |
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:
name: galaxy

driver:
name: docker
name: podman

platforms:
- name: instance
Expand Down

0 comments on commit 0d8a330

Please sign in to comment.