From 6387c121c0914bbd2b7b891fda9f0ae83ab37223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 26 Jan 2024 12:27:46 +0000 Subject: [PATCH] require ansible 2.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- meta/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index a47fb96f..0a8ad1ba 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,13 +4,12 @@ galaxy_info: author: konstruktoid description: AlmaLinux, Debian and Ubuntu hardening. systemd edition. license: apache - min_ansible_version: "2.13" + min_ansible_version: "2.15" platforms: - name: Debian versions: - - buster - - bullseye - bookworm + - bullseye - name: EL versions: - "8"