From cbe8d7094b1fd62d88a8b55b2331278b9cc97ac5 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 23 Jul 2022 21:38:18 +0200 Subject: [PATCH] fix(galaxy): Quote YAML values --- meta/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 858aa2b..0db03d6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,14 +1,14 @@ 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 + issue_tracker_url: "https://quico.space/quico-ansible/role_include_vault-check/issues" license: "MIT" - min_ansible_version: 2.12.6 + min_ansible_version: "2.12.6" platforms: - - name: EL + - name: "EL" versions: - - 7 - - 8 + - "7" + - "8" galaxy_tags: - "hashivault" - "hashi_vault"