We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e26e9 commit 79f1d9fCopy full SHA for 79f1d9f
.github/workflows/ansible-ci.yml
@@ -22,8 +22,12 @@ jobs:
22
with:
23
path: "${{ github.repository }}"
24
- name: molecule
25
- uses: robertdebock/molecule-action@6.0.1
+ uses: gofrolist/molecule-action@v2
26
27
- image: ${{ matrix.image }}
28
- options: parallel
29
- scenario: default
+ molecule_options: --debug --base-config molecule/_shared/base.yml
+ molecule_command: test
+ molecule_args: --scenario-name default
30
+ env:
31
+ ANSIBLE_FORCE_COLOR: '1'
32
+ IMAGE: ${{ matrix.image }}
33
+ TAG: latest
0 commit comments