From a024ad57e94976f7541bdd352e2d0a364c2aa5fb Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 1 Sep 2021 04:11:37 +0200 Subject: initial --- galaxy.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 galaxy.yml (limited to 'galaxy.yml') diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..1735baf --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,18 @@ +namespace: kompetenzbolzen +name: stuff +version: 0.0.0 +readme: README.md +authors: +- Jonas Gunz + +description: Collections of Ansible roles I use +license_file: 'LICENSE' +tags: [] + +# Collections that this collection requires to be installed for it to be usable. The key of the dict is the +# collection label 'namespace.name'. The value is a version range +# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version +# range specifiers can be set and are separated by ',' +dependencies: {} +build_ignore: [] + -- cgit v1.2.3