Skip to content

Commit 9adb784

Browse files
author
Sohan
committed
Fixed meta tags
1 parent 8c34602 commit 9adb784

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Cloud Drove
3+
Copyright (c) 2021 Cloud Drove
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ what_includes:
5353

5454
# description of this project
5555
description: |-
56-
This ansible role is used to install PHP with docker on linux.
56+
This Ansible role install PHP On Ubuntu, CentOS Amazon-Linux With Docker.
5757
5858
# How to use this project
5959
usage: |-

meta/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencies: []
33

44
galaxy_info:
55
author: Anmol Nagpal
6-
description: This ansible role install common packages On Ubuntu, CentOS Amazon-Linux.
6+
description: This Ansible role install PHP On Ubuntu, CentOS Amazon-Linux With Docker
77
company: "CloudDrove Inc."
88
license: "license (BSD, MIT)"
9-
min_ansible_version: 2.4
9+
min_ansible_version: 2.8
1010
platforms:
1111
- name: Debian
1212
versions:
@@ -20,6 +20,7 @@ galaxy_info:
2020
- name: CentOS
2121
versions:
2222
- 7
23+
- 8
2324
- name: Amazonlinux
2425
versions:
2526
- 2
@@ -32,4 +33,4 @@ galaxy_info:
3233
- ubuntu
3334
- cenos
3435
- linux
35-
- amazonlinux
36+
- amazon

0 commit comments

Comments
 (0)