Skip to content

Commit f9ccc1f

Browse files
author
Sohan Yadav
authored
Merge pull request #15 from clouddrove/CD-339
Fixed meta/main.yml
2 parents e5409b4 + 9045613 commit f9ccc1f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.ansible-lint

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<img src="https://img.shields.io/badge/CentOS-8-green?style=flat&logo=centos" alt="Distribution">
2727
</a>
2828
<a href="https://aws.amazon.com/amazon-linux-ami/">
29-
<img src="https://img.shields.io/badge/Amazone_linux-2-yellow?style=flat&logo=linux" alt="Distribution">
29+
<img src="https://img.shields.io/badge/Amazon_linux-2-yellow?style=flat&logo=linux" alt="Distribution">
3030
</a>
3131
<a href="https://github.com/clouddrove/ansible-role-docker-php/actions/workflows/lint.yml">
3232
<img src="https://github.com/clouddrove/ansible-role-docker-php/actions/workflows/lint.yml/badge.svg" alt="Actions">

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ badges:
2929
image: "https://img.shields.io/badge/CentOS-8-green?style=flat&logo=centos"
3030
url: "https://www.centos.org/"
3131
- name: "Distribution"
32-
image: "https://img.shields.io/badge/Amazone_linux-2-yellow?style=flat&logo=linux"
32+
image: "https://img.shields.io/badge/Amazon_linux-2-yellow?style=flat&logo=linux"
3333
url: "https://aws.amazon.com/amazon-linux-ami/"
3434
- name: "Actions"
3535
image: "https://github.com/clouddrove/ansible-role-docker-php/actions/workflows/lint.yml/badge.svg"

meta/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ galaxy_info:
66
description: This Ansible role install PHP On Ubuntu, CentOS Amazon-Linux With 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.8
12+
1013
platforms:
1114
- name: Debian
1215
versions:
@@ -26,6 +29,9 @@ galaxy_info:
2629
- 2
2730
- name: EL
2831
versions:
32+
- 6
33+
- 7
34+
- 8
2935
galaxy_tags:
3036
- php
3137
- composer

0 commit comments

Comments
 (0)