mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add support for kube yaml files with multi-documents (#724)
* Add support for multi doc kube yaml Signed-off-by: nishipy <goodisonev4@gmail.com> * Update to skip yamllint Signed-off-by: nishipy <goodisonev4@gmail.com> * Update ignores for sanity tests Signed-off-by: nishipy <goodisonev4@gmail.com> * Update discover_pods() Signed-off-by: nishipy <goodisonev4@gmail.com> * Update test for podman_play Signed-off-by: nishipy <goodisonev4@gmail.com> --------- Signed-off-by: nishipy <goodisonev4@gmail.com>
This commit is contained in:
parent
890ae35360
commit
44b2ce69e3
14 changed files with 91 additions and 8 deletions
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086
|
||||
tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue