Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed Oct 30, 2024
1 parent 05bfd6c commit 41b8da8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,18 @@ jobs:
python -m pip install --upgrade pip
pip install ansible ansible-lint molecule[docker]
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v2
- name: 'Install Docker'
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo usermod -aG docker $USER
- name: 'Start Docker'
run: sudo service docker start

- name: 'Verify Docker Installation'
run: docker --version

- name: 'Run Molecule Test'
run: molecule test

0 comments on commit 41b8da8

Please # to comment.