Fix: mv community.general from role dependency 68/73968/1 master
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 11 Dec 2025 22:01:08 +0000 (08:01 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 11 Dec 2025 22:02:09 +0000 (08:02 +1000)
- Remove incorrect community.general from meta/main.yml dependencies
- Add collections.yml to properly install community.general collection
- Collections should not be listed as role dependencies

Change-Id: If50f2f441df7a0db7537755a59352c8fab4bb8f2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
meta/main.yml
molecule/default/collections.yml [new file with mode: 0644]

index ade4dc0..2eb9c07 100644 (file)
@@ -25,6 +25,4 @@ galaxy_info:
     - containers
     - docker
 
-dependencies:
-  - role: community.general
-    version: ">=10.1.0"
+dependencies: []
diff --git a/molecule/default/collections.yml b/molecule/default/collections.yml
new file mode 100644 (file)
index 0000000..202e623
--- /dev/null
@@ -0,0 +1,4 @@
+---
+collections:
+  - name: community.general
+    version: ">=10.1.0"