diff options
-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: [] |