aboutsummaryrefslogtreecommitdiff
path: root/galaxy.yml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-02 01:57:46 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-02 01:57:46 +0200
commit8e91a070f19010e8554ffe02238b7c0873ac0a9b (patch)
tree2359d202e8b9a2fdc2ff51bb36d0815311cf1670 /galaxy.yml
parentdb998641bf5dddda6f7a6c627e44299468b0dc43 (diff)
downloadansible_collection-8e91a070f19010e8554ffe02238b7c0873ac0a9b.tar.gz
galaxy.yml
Diffstat (limited to 'galaxy.yml')
-rw-r--r--galaxy.yml8
1 files changed, 6 insertions, 2 deletions
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: []