highered minimum ansible version because of community.crypto (2.0.x) dependency

This commit is contained in:
AnsibleGuy 2021-12-30 20:42:27 +01:00
parent 086bf13008
commit 781b7c6f3b
2 changed files with 2 additions and 1 deletions

View File

@ -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)_)

View File

@ -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