0.1.15-DEV-20201105-152244
-------------------------- * MODIFY: - slight formatting change for dhcpd package install task * REMOVE: - removed ansible-lint rule 201 as we've filled out meta/main.yml a little bit
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
galaxy_info:
|
||||
author: your name
|
||||
description: your role description
|
||||
company: your company (optional)
|
||||
author: Chris Hammer
|
||||
description: Deploy DHCPd for each of our networks.
|
||||
company: The Zen Garden
|
||||
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
@ -14,7 +14,7 @@ galaxy_info:
|
||||
# - GPL-3.0-only
|
||||
# - Apache-2.0
|
||||
# - CC-BY-4.0
|
||||
license: license (GPL-2.0-or-later, MIT, etc)
|
||||
license: GPLv2
|
||||
|
||||
min_ansible_version: 2.9
|
||||
|
||||
@ -39,6 +39,11 @@ galaxy_info:
|
||||
# - 7
|
||||
# - 99.99
|
||||
|
||||
platforms:
|
||||
- name: CentOS
|
||||
versions:
|
||||
- 7
|
||||
|
||||
galaxy_tags: []
|
||||
# List tags for your role here, one per line. A tag is a keyword that describes
|
||||
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
||||
|
Reference in New Issue
Block a user