mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +01:00
Add note about Suse support, and fix galaxy_tags.
This commit is contained in:
parent
1c310efaa4
commit
be4f9a20db
1 changed files with 17 additions and 17 deletions
|
@ -3,25 +3,25 @@ dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: geerlingguy
|
author: geerlingguy
|
||||||
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu/Solaris.
|
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu/Solaris/Suse.
|
||||||
company: "Midwestern Mac, LLC"
|
company: "Midwestern Mac, LLC"
|
||||||
license: "license (BSD, MIT)"
|
license: "license (BSD, MIT)"
|
||||||
min_ansible_version: 1.4
|
min_ansible_version: 1.4
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- precise
|
- precise
|
||||||
- raring
|
- raring
|
||||||
- saucy
|
- saucy
|
||||||
- trusty
|
- trusty
|
||||||
- name: Solaris
|
- name: Solaris
|
||||||
versions:
|
versions:
|
||||||
- 11.3
|
- 11.3
|
||||||
categories:
|
galaxy_tags:
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Reference in a new issue