From f816d3e7ffe5fa846eb49efd00aa8e5fe6df78a7 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Tue, 12 Nov 2019 16:12:37 +0100 Subject: [PATCH] Update galaxy.yml: Update description, drop empty dependencies Update description, drop empty dependencies. Fixes #146 (ansible-freeipa collection not installable by 2.9 ansible-galaxy collection install) --- galaxy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 9b322c51..8c9788b2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ namespace: "freeipa" name: "ansible_freeipa" version: "A.B.C" -description: "" +description: "Ansible roles and modules for FreeIPA" authors: - "Thomas Woerner <twoerner@redhat.com>" @@ -11,8 +11,6 @@ documentation: "https://github.com/freeipa/ansible-freeipa/blob/master/README.md homepage: "https://github.com/freeipa/ansible-freeipa" issues: "https://github.com/freeipa/ansible-freeipa/issues" -dependencies: {} - readme: "README.md" license: "GPL-3.0-or-later" license_file: "COPYING" -- GitLab