We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee1d01 commit fa627aeCopy full SHA for fa627ae
.ansible-lint
meta/main.yml
@@ -3,9 +3,11 @@ dependencies: []
3
4
galaxy_info:
5
author: Anmol Nagpal
6
- description: This Ansible role installs PHP on Docker in Ubuntu, CentOS Amazon-Linux.
+ description: This ansible role installs PHP on Docker.
7
company: "CloudDrove Inc."
8
license: "license (BSD, MIT)"
9
+ role_name: ansible_role_docker_php
10
+ namespace: clouddrove
11
min_ansible_version: 2.4
12
platforms:
13
- name: Debian
@@ -20,11 +22,15 @@ galaxy_info:
20
22
- name: CentOS
21
23
versions:
24
- 7
25
+ - 8
26
- name: Amazonlinux
27
28
- 2
29
- name: EL
30
31
+ - 6
32
+ - 7
33
34
galaxy_tags:
35
- php
36
- composer
0 commit comments