Fix metadata for Galaxy, lint
Change-Id: If80ed63e88a845cf28827328253298b52e1b7615
diff --git a/.gitreview b/.gitreview
deleted file mode 100644
index aa8db12..0000000
--- a/.gitreview
+++ /dev/null
@@ -1,5 +0,0 @@
-[gerrit]
-host=gerrit.opencord.org
-port=29418
-project=ansible/role/unifi.git
-defaultremote=origin
diff --git a/.reuse/dep5 b/.reuse/dep5
index ce5458b..bd8cfd0 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 README.md
+Files: .cookiecutter_params.json VERSION README.md
Copyright: 2020 Open Networking Foundation
License: Apache-2.0
diff --git a/meta/main.yml b/meta/main.yml
index 6eaed7f..ed6ac4a 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -6,6 +6,8 @@
galaxy_info:
role_name: unifi
+ namespace: onf
+
author: Open Networking Foundation
description: Ubiquity Networks UniFi Wifi Controller
company: Open Networking Foundation
@@ -14,14 +16,18 @@
license: Apache-2.0
- min_ansible_version: 2.9.5
+ min_ansible_version: 2.10.17
platforms:
- - name: Ubuntu
+ - name: ubuntu
versions:
- - "18.04"
+ - bionic
+ - name: Debian
+ versions:
+ - bullseye
galaxy_tags:
- unifi
+ - wifi
dependencies: []