diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-07 01:54:25 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-07 01:54:25 +0200 |
commit | 2ccf20e70715acd02f86415a61341476ef2c2f14 (patch) | |
tree | 9dbf4ecc9a054f1588cea2e0557ef02b49ab5ac4 /galaxy.yml | |
parent | 4000e16e20ae47423542db221b9ab636cf3d79b9 (diff) | |
download | ansible_collection-2ccf20e70715acd02f86415a61341476ef2c2f14.tar.gz |
add influxdb
Diffstat (limited to 'galaxy.yml')
-rw-r--r-- | galaxy.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.0.1 +version: 0.0.2 readme: README.md authors: - Jonas Gunz <himself@jonasgunz.de> @@ -17,6 +17,7 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: + community.general: '>=3.6.0' community.crypto: '>=1.8.0' #build_ignore: [] |