From dbdb5957278b1b88bb8a5d9f0a3775f22c3e06b6 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Wed, 1 Sep 2021 04:36:22 -1000 Subject: [PATCH] added 'issues' to 'galaxy.yml' (#94) added 'issues' to 'galaxy.yml' SUMMARY added 'issues' to 'galaxy.yml' (replaces #92) ISSUE TYPE galaxy.yml Pull Request COMPONENT NAME galaxy.yml Reviewed-by: Nilashish Chakraborty Reviewed-by: None --- galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy.yml b/galaxy.yml index 2bd79a4..7e608c6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,6 +7,7 @@ namespace: ansible description: Ansible Collection with utilities to ease the management, manipulation, and validation of data within a playbook readme: README.md repository: https://github.com/ansible-collections/ansible.utils +issues: https://github.com/ansible-collections/ansible.utils/issues tags: [linux, networking, security, cloud, utilities, data, validation, utils] # NOTE(pabelanger): We create an empty version key to keep ansible-galaxy # happy. We dynamically inject version info based on git information.