mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix ansible-test issues for CI (#241)
This commit is contained in:
parent
14f3a84436
commit
b62fb99bae
8 changed files with 16 additions and 16 deletions
|
|
@ -1,5 +1,2 @@
|
|||
plugins/modules/podman_image.py validate-modules:mutually_exclusive-unknown
|
||||
plugins/modules/podman_container.py validate-modules:parameter-list-no-elements
|
||||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
plugins/module_utils/podman/common.py shebang!skip
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
plugins/modules/podman_image.py validate-modules:mutually_exclusive-unknown
|
||||
plugins/modules/podman_container.py validate-modules:parameter-list-no-elements
|
||||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
plugins/module_utils/podman/common.py shebang!skip
|
||||
|
|
|
|||
2
tests/sanity/ignore-2.12.txt
Normal file
2
tests/sanity/ignore-2.12.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
plugins/module_utils/podman/common.py shebang!skip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue