11galaxy_info :
2- author : Andrew J. Huffman
3- description : An Ansible role to configure /etc/resolv.conf
4-
2+ author : " Andrew J. Huffman"
3+ description : " An Ansible role to configure /etc/resolv.conf"
4+
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
8-
8+
99 # Some suggested licenses:
1010 # - BSD (default)
1111 # - MIT
1212 # - GPLv2
1313 # - GPLv3
1414 # - Apache
1515 # - CC-BY
16- license : MIT
17-
16+ license : " MIT"
17+
1818 min_ansible_version : 1.2
1919
2020 # Optionally specify the branch Galaxy will use when accessing the GitHub
@@ -24,22 +24,22 @@ galaxy_info:
2424 # branch will be accepted. Otherwise, in all cases, the repo's default branch
2525 # (usually master) will be used.
2626 # github_branch:
27-
27+
2828 #
2929 # Below are all platforms currently available. Just uncomment
3030 # the ones that apply to your role. If you don't see your
3131 # platform on this list, let us know and we'll get it added!
3232 #
3333 platforms :
34- - name : EL
34+ - name : " EL "
3535 versions :
36- - all
36+ - " all"
3737 # - 5
3838 # - 6
3939 # - 7
40- - name : GenericUNIX
40+ - name : " GenericUNIX"
4141 versions :
42- - all
42+ - " all"
4343 # - any
4444 # - name: Solaris
4545 # versions:
@@ -49,9 +49,9 @@ galaxy_info:
4949 # - 11.1
5050 # - 11.2
5151 # - 11.3
52- - name : Fedora
52+ - name : " Fedora"
5353 versions :
54- - all
54+ - " all"
5555 # - 16
5656 # - 17
5757 # - 18
@@ -60,9 +60,9 @@ galaxy_info:
6060 # - 21
6161 # - 22
6262 # - 23
63- - name : opensuse
63+ - name : " opensuse"
6464 versions :
65- - all
65+ - " all"
6666 # - 12.1
6767 # - 12.2
6868 # - 12.3
@@ -113,9 +113,9 @@ galaxy_info:
113113 # - 9.1
114114 # - 9.2
115115 # - 9.3
116- - name : Ubuntu
116+ - name : " Ubuntu"
117117 versions :
118- - all
118+ - " all"
119119 # - lucid
120120 # - maverick
121121 # - natty
@@ -129,41 +129,41 @@ galaxy_info:
129129 # - vivid
130130 # - wily
131131 # - xenial
132- - name : SLES
132+ - name : " SLES"
133133 versions :
134- - all
134+ - " all"
135135 # - 10SP3
136136 # - 10SP4
137137 # - 11
138138 # - 11SP1
139139 # - 11SP2
140140 # - 11SP3
141- - name : GenericLinux
141+ - name : " GenericLinux"
142142 versions :
143- - all
143+ - " all"
144144 # - any
145145 # - name: NXOS
146146 # versions:
147147 # - all
148148 # - any
149- - name : Debian
149+ - name : " Debian"
150150 versions :
151- - all
151+ - " all"
152152 # - etch
153153 # - jessie
154154 # - lenny
155155 # - sid
156156 # - squeeze
157157 # - stretch
158158 # - wheezy
159-
160- galaxy_tags :
161- - System
162- - DNS
163- - resolv.conf
164- - /etc/resolv.conf
165- - dns
166- - name resolution
159+
160+ galaxy_tags :
161+ - " System"
162+ - " DNS"
163+ - " resolv.conf"
164+ - " /etc/resolv.conf"
165+ - " dns"
166+ - " domain name resolution"
167167 # List tags for your role here, one per line. A tag is
168168 # a keyword that describes and categorizes the role.
169169 # Users find roles by searching for tags. Be sure to
0 commit comments