From 1237ecd9ed13fb5abf1274e2b63dbaaf78cf89de Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 20 Nov 2024 13:52:00 +0100 Subject: [PATCH] add a galaxy.yml so that forklift becomes installable as a collection this is useful to make the roles usable in other contexts --- galaxy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 galaxy.yml diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 000000000..7de6e359b --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,8 @@ +namespace: "theforeman" +name: "forklift" +version: "0.0.0" +license: + - "GPL-3.0-or-later" +readme: README.md +authors: + - The Foreman