Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <[email protected]>
  • Loading branch information
kogeler committed May 24, 2024
1 parent 3eb2aa2 commit abb86b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-22.04
env:
DRIVER: ${{ inputs.molecule-driver }}
DOCKER_HOST: "/run/docker.sock"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,7 +35,7 @@ jobs:
- name: Setup molecule
run: |
pip3 install --no-cache-dir yamllint ansible==${{ inputs.ansible-version }} ansible-lint \
molecule==24.2.1 molecule-plugins[docker]==23.5.3 docker==6.1.3 \
molecule==24.2.1 molecule-plugins[docker]==23.5.3 docker \
jmespath
- name: Print Ansible version
run: ansible --version
Expand Down

0 comments on commit abb86b8

Please sign in to comment.