telekom-mms / ansible-collection-acme

An Ansible collection for issuing certificates via the ACME protocol.
GNU General Public License v3.0
50 stars 9 forks source link

[Question] why new versions are not supportet? #85

Closed MMS-CoC09 closed 1 year ago

MMS-CoC09 commented 1 year ago

Question

hello,

if i would like to use your collection i became the following error:

failed: [localhost] (item=*.example.org) => {"ansible_loop_var": "item", "changed": false, "item": "*.example.org", "msg": "Incompatible openstacksdk library found: Version MUST be >=0.36 and <=0.98.999, but 0.103.0 is larger than maximum version 0.98.999."}

Why newer version are not supported?

avalor1 commented 1 year ago

Hi @MMS-CoC09 , it seems that there is a problem with your ansible version and openstack modules. Please make sure that your ansible version and the openstack sdk you are using are compatible. Otherwise i do not see any reason why the collection/role should not work

avalor1 commented 1 year ago

Closing this as no further question came in.