diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-02 01:57:46 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-02 01:57:46 +0200 |
commit | 8e91a070f19010e8554ffe02238b7c0873ac0a9b (patch) | |
tree | 2359d202e8b9a2fdc2ff51bb36d0815311cf1670 /galaxy.yml | |
parent | db998641bf5dddda6f7a6c627e44299468b0dc43 (diff) | |
download | ansible_collection-8e91a070f19010e8554ffe02238b7c0873ac0a9b.tar.gz |
galaxy.yml
Diffstat (limited to 'galaxy.yml')
-rw-r--r-- | galaxy.yml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: [] |