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 6a5e95c commit 8bd88c0Copy full SHA for 8bd88c0
.github/workflows/cish.yml
@@ -9,6 +9,9 @@ on:
9
molecule_tests:
10
required: true
11
type: string
12
+ root_permission_varname:
13
+ required: false
14
+ type: string
15
podman_tests_current:
16
17
@@ -316,7 +319,7 @@ jobs:
316
319
- name: Run molecule test
317
320
run: |
318
321
molecule --version
- molecule test -s ${{ matrix.molecule_test }}
322
+ molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
323
working-directory: ./ansible_collections/${{ inputs.fqcn }}
324
env:
325
ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}"
0 commit comments