Fix again...
parent
49d32908b8
commit
fc04f1e15a
|
@ -3,3 +3,4 @@
|
||||||
argument_specs:
|
argument_specs:
|
||||||
main:
|
main:
|
||||||
short_description: Main entry point
|
short_description: Main entry point
|
||||||
|
options: {}
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Emilien Mantel
|
author: Emilien Mantel
|
||||||
role_name: php
|
role_name: php
|
||||||
namespace: hanxhx
|
namespace: hanxhx
|
||||||
description: Install and configure PHP 7.x/8.x
|
description: Install and configure PHP 7.x/8.x
|
||||||
company:
|
company: TripleStack
|
||||||
license: GPLv2
|
license: GPLv2
|
||||||
min_ansible_version: 2.11
|
min_ansible_version: '2.11'
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
|
@ -19,9 +18,9 @@ galaxy_info:
|
||||||
- bionic
|
- bionic
|
||||||
- name: FreeBSD
|
- name: FreeBSD
|
||||||
versions:
|
versions:
|
||||||
- 11.0
|
- '11.0'
|
||||||
- 11.1
|
- '11.1'
|
||||||
- 12.0
|
- '12.0'
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- development
|
- development
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Reference in New Issue