From 781b7c6f3b218141652de5134eb254a170053227 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Thu, 30 Dec 2021 20:42:27 +0100 Subject: [PATCH] highered minimum ansible version because of community.crypto (2.0.x) dependency --- README.md | 1 + meta/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e31c41c..eade926 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Ansible Role to deploy one or multiple Apache2 sites on a linux server. * Logging to syslog * Using a Self-Signed certificate * Modules: +ssl, headers, rewrite; -autoindex + * HTTP2 enabled with fallback to HTTP1.1 * **SSL modes** (_for more info see: [CERT ROLE](https://github.com/ansibleguy/infra_certs)_) diff --git a/meta/main.yml b/meta/main.yml index 17be099..0cf57df 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -7,7 +7,7 @@ galaxy_info: repository: 'https://github.com/ansibleguy/infra_apache' issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues' github_branch: 'stable' - min_ansible_version: 2.9.0 + min_ansible_version: 2.9.10 description: 'Role to deploy apache2 sites on a linux server' platforms: - name: Debian