Update metadata for Ansible galaxy support
Change-Id: I8ab5cd2c58c4a1961e31d677aa84a2687411f7fa
diff --git a/.reuse/dep5 b/.reuse/dep5
index 777eb8c..4823b56 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Files: .cookiecutter_params.json VERSION .gitreview
+Files: .cookiecutter_params.json VERSION .gitreview README.md
Copyright: 2020 Open Networking Foundation
License: Apache-2.0
diff --git a/Makefile b/Makefile
index 161595b..6434bf2 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,13 @@
-d "{extends: default, rules: {line-length: {max: 99}}}" \
-s $(YAML_FILES)
+# List of molecule files, not including base molecule.yml which isn't ansible format
+MOLECULE_FILES ?= $(shell find molecule -type f -name '*.yml' \! -name 'molecule.yml' -print )
+
ansiblelint: ## lint check with ansible-lint
ansible-lint --version
ansible-lint -v .
- ansible-lint -v molecule/*/*
+ ansible-lint -v $(MOLECULE_FILES)
license: ## Check license with the reuse tool
reuse --version
diff --git a/README.md b/README.md
index f6eceba..4424587 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
-<!--
-SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
-SPDX-License-Identifier: Apache-2.0
---!>
# postgresql
PostgreSQL Database Server
diff --git a/meta/main.yml b/meta/main.yml
index d96ad41..5dd12c2 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -5,6 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
galaxy_info:
+ role_name: postgresql
author: Open Networking Foundation
description: PostgreSQL Database Server
company: Open Networking Foundation