Skip to content

Commit fa627ae

Browse files
committed
Galaxy role name added
1 parent 3ee1d01 commit fa627ae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.ansible-lint

Lines changed: 0 additions & 4 deletions
This file was deleted.

meta/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ dependencies: []
33

44
galaxy_info:
55
author: Anmol Nagpal
6-
description: This Ansible role installs PHP on Docker in Ubuntu, CentOS Amazon-Linux.
6+
description: This ansible role installs PHP on Docker.
77
company: "CloudDrove Inc."
88
license: "license (BSD, MIT)"
9+
role_name: ansible_role_docker_php
10+
namespace: clouddrove
911
min_ansible_version: 2.4
1012
platforms:
1113
- name: Debian
@@ -20,11 +22,15 @@ galaxy_info:
2022
- name: CentOS
2123
versions:
2224
- 7
25+
- 8
2326
- name: Amazonlinux
2427
versions:
2528
- 2
2629
- name: EL
2730
versions:
31+
- 6
32+
- 7
33+
- 8
2834
galaxy_tags:
2935
- php
3036
- composer

0 commit comments

Comments
 (0)