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