From b6c20717ae4b63f033f103a86f28b7820930af01 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 3 Oct 2021 00:15:20 +0300 Subject: [PATCH] Fix CI issues with Ansible 2.12 version (#315) --- .github/workflows/podman_container.yml | 1 + .github/workflows/podman_containers.yml | 1 + .github/workflows/podman_secret.yml | 2 +- tests/sanity/ignore-2.13.txt | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tests/sanity/ignore-2.13.txt diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index 19b251d..0041745 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -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 diff --git a/.github/workflows/podman_containers.yml b/.github/workflows/podman_containers.yml index 15ef7c8..05126cc 100644 --- a/.github/workflows/podman_containers.yml +++ b/.github/workflows/podman_containers.yml @@ -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 diff --git a/.github/workflows/podman_secret.yml b/.github/workflows/podman_secret.yml index 05b54e2..e80fa2d 100644 --- a/.github/workflows/podman_secret.yml +++ b/.github/workflows/podman_secret.yml @@ -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 diff --git a/tests/sanity/ignore-2.13.txt b/tests/sanity/ignore-2.13.txt new file mode 100644 index 0000000..f2f4ca9 --- /dev/null +++ b/tests/sanity/ignore-2.13.txt @@ -0,0 +1,2 @@ +tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086 +tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086