From 893d2a2cebbee22ce32f801ea24dc2ef5aed06c2 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 13 May 2023 16:02:07 +0200 Subject: [PATCH] upped minimal ansible version --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index b5670ae..91415d6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: namespace: 'ansibleguy' license: 'GPLv3' issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues' - min_ansible_version: 2.9.10 + min_ansible_version: 2.14 description: 'Role to deploy apache2 sites on a linux server' platforms: - name: Debian