From 2e1de12b29eb7d3db64af97651eac0a2778245b7 Mon Sep 17 00:00:00 2001 From: Boris Glimcher Date: Mon, 1 Jul 2024 20:00:55 +0300 Subject: [PATCH] chore: bump ansible min to 2.15 Signed-off-by: Boris Glimcher Signed-off-by: root --- .github/workflows/ansible.yml | 8 ++++---- docs/index.rst | 2 +- meta/runtime.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index c677055..673be37 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: python-version: ["3.11"] - ansible-version: [stable-2.14, stable-2.15, stable-2.16, devel] + ansible-version: [stable-2.17, stable-2.15, stable-2.16, devel] steps: - name: Check out code uses: actions/checkout@v3 @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - ansible-version: [stable-2.14, stable-2.15, stable-2.16] + ansible-version: [stable-2.17, stable-2.15, stable-2.16] exclude: # Ansible-core 2.16 is supported only from Python 3.10 onwards - python-version: "3.9" @@ -81,7 +81,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - ansible-version: [stable-2.14, stable-2.15, stable-2.16] + ansible-version: [stable-2.17, stable-2.15, stable-2.16] exclude: # Ansible-core 2.16 is supported only from Python 3.10 onwards - python-version: "3.9" @@ -105,7 +105,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - ansible-version: [stable-2.14, stable-2.15, stable-2.16] + ansible-version: [stable-2.17, stable-2.15, stable-2.16] exclude: # Ansible-core 2.16 is supported only from Python 3.10 onwards - python-version: "3.9" diff --git a/docs/index.rst b/docs/index.rst index 9bf2303..81c2f79 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ Ansible modules for DPUs **Supported ansible-core versions:** -* 2.14.0 or newer +* 2.15.0 or newer .. ansible-links:: diff --git a/meta/runtime.yml b/meta/runtime.yml index 1b573f6..f3589f4 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,7 +1,7 @@ --- # Collections must specify a minimum required ansible version to upload # to galaxy -requires_ansible: '>=2.14.0' +requires_ansible: '>=2.15.0' # Content that Ansible needs to load from another location or that has # been deprecated/removed