From 2dd5df0a8cbff167fe4dd883c32f1702885cf32f Mon Sep 17 00:00:00 2001 From: Markus Heberling Date: Wed, 13 Mar 2024 12:56:17 +0100 Subject: [PATCH] test --- advanova/vmobil/galaxy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/advanova/vmobil/galaxy.yml b/advanova/vmobil/galaxy.yml index 04465ab..d7e00f4 100644 --- a/advanova/vmobil/galaxy.yml +++ b/advanova/vmobil/galaxy.yml @@ -35,7 +35,12 @@ tags: [application] # 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: { ansible.utils: 2.10.3, community.general: 7.0.1, community.mysql: 3.7.1, advanova.base: ">=0.0.0" } +dependencies: + ansible.utils: 2.10.3 + community.general: 7.0.1 + community.mysql: 3.9.0 + advanova.base: ">=0.0.0" + # The URL of the originating SCM repository repository: http://example.com/repository