Skip to content

Commit bf11129

Browse files
author
Andrew J Huffman
committed
fixing issues with galaxy meta
1 parent 9ebea36 commit bf11129

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

meta/main.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
galaxy_info:
22
author: "Andrew J. Huffman"
33
description: "An Ansible role to configure /etc/resolv.conf"
4-
4+
company: "Red Hat"
55
# If the issue tracker for your role is not on github, uncomment the
66
# next line and provide a value
77
# issue_tracker_url: http://example.com/issue/tracker
@@ -15,7 +15,7 @@ galaxy_info:
1515
# - CC-BY
1616
license: "MIT"
1717

18-
min_ansible_version: 1.2
18+
min_ansible_version: "1.2"
1919

2020
# Optionally specify the branch Galaxy will use when accessing the GitHub
2121
# repo for this role. During role install, if no tags are available,
@@ -158,12 +158,9 @@ galaxy_info:
158158
# - wheezy
159159

160160
galaxy_tags:
161-
- "System"
162-
- "DNS"
163-
- "resolv.conf"
164-
- "/etc/resolv.conf"
161+
- "system"
165162
- "dns"
166-
- "domain name resolution"
163+
- "resolv"
167164
# List tags for your role here, one per line. A tag is
168165
# a keyword that describes and categorizes the role.
169166
# Users find roles by searching for tags. Be sure to

0 commit comments

Comments
 (0)