From c08ad98b7b0c8d97fb5e0c6a9a021a509e229689 Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" Date: Tue, 31 Dec 2019 14:31:09 -0500 Subject: [PATCH] :sweat_smile: Explicitly set role_name to `matterbridge` This is so Ansible Galaxy names the role "matterbridge" instead of "ansible-role-matterbridge", which is redundant and annoying to type. Signed-off-by: Justin W. Flory --- meta/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index f6a1e5f..f8e20c0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,8 @@ --- galaxy_info: + role_name: matterbridge author: "Justin W. Flory" - description: Deploy Matterbridge server on CentOS/RHEL 7.x systems + description: Deploy Matterbridge server on CentOS/RHEL license: BSD-3-Clause