From 8be811b42061572309a0948aebf7034df8032d41 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 21 Feb 2026 16:19:47 +0100 Subject: [PATCH] Adding community.general submodule --- .gitmodules | 3 +++ collections/ansible_collections/community/general | 1 + hosts.ini | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 collections/ansible_collections/community/general create mode 100644 hosts.ini diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4f5b028 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "collections/ansible_collections/community/general"] + path = collections/ansible_collections/community/general + url = https://github.com/ansible-collections/community.general.git diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general new file mode 160000 index 0000000..7cd7594 --- /dev/null +++ b/collections/ansible_collections/community/general @@ -0,0 +1 @@ +Subproject commit 7cd75945b289f206055241ffceb668e7243282d2 diff --git a/hosts.ini b/hosts.ini new file mode 100644 index 0000000..ae74ecc --- /dev/null +++ b/hosts.ini @@ -0,0 +1,2 @@ +[obs] +obs-hall1 ansible_host=obs-hall1.local