From 2717fc6ca4059ceaa47ee0caa0ebc881a0d17db5 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Wed, 5 Jun 2019 17:48:41 +0200 Subject: [PATCH] New galaxy.yml file for Ansible 2.8 and Ansible Galaxy 3.2 Dashes in names are not allowed in Galaxy and are automatically replaced by underscores. Therefore the name in Galaxy is ansible_freeipa. --- galaxy.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 galaxy.yml diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 00000000..60fb1ee3 --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,25 @@ +namespace: "freeipa" +name: "ansible_freeipa" +version: "0.1.1" +description: "" + +authors: + - "Thomas Woerner <twoerner@redhat.com>" + +repository: "https://github.com/freeipa/ansible-freeipa" +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" + +tags: + - "identity" + - "ipa" + - "freeipa" + - "cluster" + - "collection" -- GitLab