Modernize

* Fix lint errors due to ansible-lint latest version
* Drop debian stretch support
This commit is contained in:
Emilien M
2022-10-06 14:47:06 +02:00
committed by GitHub
parent 4aef107c1a
commit e9e74e2db6
12 changed files with 62 additions and 58 deletions

6
meta/argument_specs.yml Normal file
View File

@@ -0,0 +1,6 @@
---
argument_specs:
main:
short_description: Main entry point
options: {}

View File

@@ -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: []