mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-19 13:52:09 +07:00
Modernize
* Fix lint errors due to ansible-lint latest version * Drop debian stretch support
This commit is contained in:
6
meta/argument_specs.yml
Normal file
6
meta/argument_specs.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Main entry point
|
||||
options: {}
|
||||
@@ -1,14 +1,15 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: Emilien Mantel
|
||||
description: Install and configure PHP 7.0/7.1/7.2/7.3/7.4/8.0
|
||||
company:
|
||||
role_name: php
|
||||
namespace: hanxhx
|
||||
description: Install and configure PHP 7.x/8.x
|
||||
company: TripleStack
|
||||
license: GPLv2
|
||||
min_ansible_version: 2.11
|
||||
min_ansible_version: '2.11'
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
- buster
|
||||
- bullseye
|
||||
- name: Ubuntu
|
||||
@@ -16,9 +17,9 @@ galaxy_info:
|
||||
- bionic
|
||||
- name: FreeBSD
|
||||
versions:
|
||||
- 11.0
|
||||
- 11.1
|
||||
- 12.0
|
||||
- '11.0'
|
||||
- '11.1'
|
||||
- '12.0'
|
||||
galaxy_tags:
|
||||
- development
|
||||
- web
|
||||
@@ -29,4 +30,5 @@ galaxy_info:
|
||||
- debian
|
||||
- ubuntu
|
||||
- freebsd
|
||||
|
||||
dependencies: []
|
||||
|
||||
Reference in New Issue
Block a user