Skip to content

Commit 23a8d68

Browse files
committed
update license to MIT
1 parent 690fe1a commit 23a8d68

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

meta/main..yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ galaxy_info:
1313
# - GPL-3.0-only
1414
# - Apache-2.0
1515
# - CC-BY-4.0
16-
license: license (GPL-2.0-or-later, MIT, etc)
16+
license: MIT
1717

1818
min_ansible_version: 2.1
1919

meta/main.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
galaxy_info:
2+
author: Hector Sanjuan
3+
description: Ansible role to install and run go-ipfs and IPFS Cluster
4+
5+
# If the issue tracker for your role is not on github, uncomment the
6+
# next line and provide a value
7+
# issue_tracker_url: http://example.com/issue/tracker
8+
9+
# Choose a valid license ID from https://spdx.org - some suggested licenses:
10+
# - BSD-3-Clause (default)
11+
# - MIT
12+
# - GPL-2.0-or-later
13+
# - GPL-3.0-only
14+
# - Apache-2.0
15+
# - CC-BY-4.0
16+
license: MIT
17+
18+
min_ansible_version: 2.1
19+
20+
# If this a Container Enabled role, provide the minimum Ansible Container version.
21+
# min_ansible_container_version:
22+
23+
#
24+
# Provide a list of supported platforms, and for each platform a list of versions.
25+
# If you don't wish to enumerate all versions for a particular platform, use 'all'.
26+
# To view available platforms and versions (or releases), visit:
27+
# https://galaxy.ansible.com/api/v1/platforms/
28+
#
29+
# platforms:
30+
# - name: Fedora
31+
# versions:
32+
# - all
33+
# - 25
34+
# - name: SomePlatform
35+
# versions:
36+
# - all
37+
# - 1.0
38+
# - 7
39+
# - 99.99
40+
41+
galaxy_tags: []
42+
# List tags for your role here, one per line. A tag is a keyword that describes
43+
# and categorizes the role. Users find roles by searching for tags. Be sure to
44+
# remove the '[]' above, if you add tags to this list.
45+
#
46+
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
47+
# Maximum 20 tags per role.
48+
49+
dependencies: []
50+
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
51+
# if you add dependencies to this list.

0 commit comments

Comments
 (0)