From 4567a00bdf91d6fc72507df416a6a812588fe80f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 17 Jul 2024 09:59:04 +0200 Subject: [PATCH] update requires_ansible to 2.15+ as per https://access.redhat.com/support/policy/updates/ansible-automation-platform --- .github/workflows/main.yml | 2 +- meta/runtime.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d0c230d..a52e7dca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,7 +90,7 @@ jobs: run: make dist-test - name: Run sanity tests run: make SANITY_OPTS="--docker" sanity - if: matrix.ansible != 'v2.9.17' && matrix.ansible != 'stable-2.10' && matrix.ansible != 'stable-2.11' && matrix.ansible != 'stable-2.12' && matrix.ansible != 'stable-2.13' + if: matrix.ansible != 'v2.9.17' && matrix.ansible != 'stable-2.10' && matrix.ansible != 'stable-2.11' && matrix.ansible != 'stable-2.12' && matrix.ansible != 'stable-2.13' && matrix.ansible != 'stable-2.14' checkmode: runs-on: ubuntu-latest diff --git a/meta/runtime.yml b/meta/runtime.yml index c625f8ff..b46e203a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -189,4 +189,4 @@ plugin_routing: redirect: redhat.satellite.sync_plan katello_upload: redirect: redhat.satellite.content_upload -requires_ansible: '>=2.14.0' +requires_ansible: '>=2.15.0'