Skip to content

Commit

Permalink
Merge pull request #15 from clouddrove/CD-339
Browse files Browse the repository at this point in the history
Fixed meta/main.yml
  • Loading branch information
Sohan Yadav committed Jul 14, 2021
2 parents e5409b4 + 9045613 commit f9ccc1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .ansible-lint

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<img src="https://img.shields.io/badge/CentOS-8-green?style=flat&logo=centos" alt="Distribution">
</a>
<a href="https://aws.amazon.com/amazon-linux-ami/">
<img src="https://img.shields.io/badge/Amazone_linux-2-yellow?style=flat&logo=linux" alt="Distribution">
<img src="https://img.shields.io/badge/Amazon_linux-2-yellow?style=flat&logo=linux" alt="Distribution">
</a>
<a href="https://github.com/clouddrove/ansible-role-docker-php/actions/workflows/lint.yml">
<img src="https://github.com/clouddrove/ansible-role-docker-php/actions/workflows/lint.yml/badge.svg" alt="Actions">
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ badges:
image: "https://img.shields.io/badge/CentOS-8-green?style=flat&logo=centos"
url: "https://www.centos.org/"
- name: "Distribution"
image: "https://img.shields.io/badge/Amazone_linux-2-yellow?style=flat&logo=linux"
image: "https://img.shields.io/badge/Amazon_linux-2-yellow?style=flat&logo=linux"
url: "https://aws.amazon.com/amazon-linux-ami/"
- name: "Actions"
image: "https://github.com/clouddrove/ansible-role-docker-php/actions/workflows/lint.yml/badge.svg"
Expand Down
6 changes: 6 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ galaxy_info:
description: This Ansible role install PHP On Ubuntu, CentOS Amazon-Linux With Docker
company: "CloudDrove Inc."
license: "license (BSD, MIT)"
role_name: ansible_role_docker_php
namespace: CloudDrove
min_ansible_version: 2.8

platforms:
- name: Debian
versions:
Expand All @@ -26,6 +29,9 @@ galaxy_info:
- 2
- name: EL
versions:
- 6
- 7
- 8
galaxy_tags:
- php
- composer
Expand Down

0 comments on commit f9ccc1f

Please sign in to comment.