From 8e91a070f19010e8554ffe02238b7c0873ac0a9b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 2 Sep 2021 01:57:46 +0200 Subject: galaxy.yml --- galaxy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'galaxy.yml') diff --git a/galaxy.yml b/galaxy.yml index 3c906b6..2e77a6e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,12 +7,16 @@ authors: description: Collections of Ansible roles I use license_file: 'LICENSE' -tags: [] +tags: + - certificates + - webserver + - database # 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: {} +dependencies: + community.crypto: '>=1.8.0' #build_ignore: [] -- cgit v1.2.3