From 1eb8fcb916a09ea52f29f3c81a43fed11ed57c5f Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 9 Sep 2024 15:28:12 +0100 Subject: [PATCH] Buster support has been dropped --- meta/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 62994f4..a08e9fa 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -12,7 +12,7 @@ galaxy_info: role_name: php author: Chris Croome namespace: chriscroome - description: Ansible role for installing and configuring PHP on Debian Bookworm, Bullseye and Buster + description: Ansible role for installing and configuring PHP on Debian. company: Webarchitects Co-operative license: GNU General Public License v3.0 (GPLv3) min_ansible_version: "2.14.3" @@ -21,7 +21,6 @@ galaxy_info: versions: - bookworm - bullseye - - buster galaxy_tags: - debian - php -- GitLab