From 2380bbb55a1d9cae39c19aa8177531f0b429a2de Mon Sep 17 00:00:00 2001 From: irl Date: Fri, 6 Jun 2025 16:24:59 +0100 Subject: [PATCH] feat: adds galaxy metadata --- galaxy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 galaxy.yml diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..2f7d245 --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,15 @@ +--- +namespace: irl +name: wip +version: "0.0.0" +readme: "README.md" +license: + - BSD-2-Clause +authors: + - irl +description: Unstable and experimental Ansible collection. Do not build anything on this. +homepage: https://guardianproject.dev/irl/ansible-collection-wip +repository: https://guardianproject.dev/irl/ansible-collection-wip.git +issues: https://guardianproject.dev/irl/ansible-collection-wip/issues/ +dependencies: + ansible.posix: "*"