mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix CI issues with Ansible 2.12 version (#315)
This commit is contained in:
parent
f56ea8322c
commit
b6c20717ae
4 changed files with 5 additions and 1 deletions
1
.github/workflows/podman_container.yml
vendored
1
.github/workflows/podman_container.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.12
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
|
|||
1
.github/workflows/podman_containers.yml
vendored
1
.github/workflows/podman_containers.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.12
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
|
|||
2
.github/workflows/podman_secret.yml
vendored
2
.github/workflows/podman_secret.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.12
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
|
|||
2
tests/sanity/ignore-2.13.txt
Normal file
2
tests/sanity/ignore-2.13.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue