From e2233308c73b6e35a59a77197b9b61ea802ea59e Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 23 Jul 2022 21:37:06 +0200 Subject: [PATCH] fix(galaxy): Add sensible content to 'meta/main.yml' --- meta/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index e69de29..858aa2b 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -0,0 +1,17 @@ +galaxy_info: + author: "hygienic-books" + description: "An include-only Ansible role to check if HashiCorp Vault variables truly exist" + issue_tracker_url: https://quico.space/quico-ansible/role_include_vault-check/issues + license: "MIT" + min_ansible_version: 2.12.6 + platforms: + - name: EL + versions: + - 7 + - 8 + galaxy_tags: + - "hashivault" + - "hashi_vault" + - "hashi" + - "hashicorp" +dependencies: []