mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Add Solaris as platform
- add Solaris as platform in meta/main.yml - version: 11.3 - add Solaris in description in meta/main.yml
This commit is contained in:
parent
d472d0881d
commit
8bcd140b27
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: geerlingguy
|
author: geerlingguy
|
||||||
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu.
|
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu/Solaris.
|
||||||
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
|
||||||
|
@ -20,5 +20,8 @@ galaxy_info:
|
||||||
- raring
|
- raring
|
||||||
- saucy
|
- saucy
|
||||||
- trusty
|
- trusty
|
||||||
|
- name: Solaris
|
||||||
|
versions:
|
||||||
|
- 11.3
|
||||||
categories:
|
categories:
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Reference in a new issue