mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-30 13:03:26 +01:00
Added Galaxy info to meta info.
This commit is contained in:
parent
c79d8853fd
commit
52f3cd3ccc
@ -1,4 +1,17 @@
|
|||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
# TODO: Figure out a better way to make this dependency not required.
|
|
||||||
- { role: apache }
|
- { role: apache }
|
||||||
|
|
||||||
|
galaxy_info:
|
||||||
|
author: geerlingguy
|
||||||
|
description: PHP for RHEL/CentOS 6.x
|
||||||
|
company: "Midwestern Mac, LLC"
|
||||||
|
license: "license (BSD, MIT)"
|
||||||
|
min_ansible_version: 1.4
|
||||||
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- 6
|
||||||
|
categories:
|
||||||
|
- development
|
||||||
|
- web
|
||||||
|
Loading…
Reference in New Issue
Block a user