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 8bd88c0 commit c3cdb1bCopy full SHA for c3cdb1b
.github/workflows/cish.yml
@@ -319,6 +319,7 @@ jobs:
319
- name: Run molecule test
320
run: |
321
molecule --version
322
+ echo molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
323
molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
324
working-directory: ./ansible_collections/${{ inputs.fqcn }}
325
env:
0 commit comments