From fd605ea27e4b04ee6c6c762cc50f1c6a7c499915 Mon Sep 17 00:00:00 2001 From: Gabriel PREDA Date: Tue, 9 Jan 2024 18:32:33 +0200 Subject: [PATCH] require at least ansible core 2.13.9 and collection ansible.util at least 2.12 --- requirements-dev.txt | 2 +- requirements.txt | 2 +- requirements.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e8941ea..26c155a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ ansible-compat==2.2.6 ; python_full_version >= "3.8.1" and python_version < "4.0" -ansible-core==2.13.7 ; python_version < "4.0" and python_full_version >= "3.8.1" +ansible-core==2.13.9 ; python_version < "4.0" and python_full_version >= "3.8.1" ansible-lint==6.8.7 ; python_full_version >= "3.8.1" and python_version < "4.0" ansible==6.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0" arrow==1.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 7d21b27..cd647e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.13.7 ; python_full_version >= "3.8.1" and python_version < "4.0" +ansible-core==2.13.9 ; python_full_version >= "3.8.1" and python_version < "4.0" ansible==6.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0" cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "4.0" cryptography==38.0.4 ; python_full_version >= "3.8.1" and python_version < "4.0" diff --git a/requirements.yml b/requirements.yml index 0278795..3f6b224 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,7 @@ --- collections: - name: ansible.utils + version: ">=2.12.0" - name: ansible.netcommon - name: community.docker version: "*" # Need to ensure that the latest version is installed or Molecule fails