-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add publishing to Ansible Galaxy as collection #152
Comments
Hello, Thank you for the issue and sorry for the time I took to see it. I will look into that. |
Hello, thanks for all of this. Just to be sure this is in the scope but on previous posts of this issue I assume it is.
|
Hello, Thank you for the information. Yes those rules are true now, but did not exist when I first released the lib to Ansible Galaxy (5 years ago... already?!). In the meantime, Ansible Galaxy got updated, added this rule, but did not bother handle or even migrate those already published lib like this one that does not meet the rule... |
Thank you Stephen for this explanations about current state of ansible galaxy publication. |
Is there any chance that you did take a look into this? I'm wondering what is the best way to install this module as of right now :) |
@allig4t0r you can use direct link to the archive file as temporary workaround. # requirements.yaml
collections:
- name: "https://github.com/StephenSorriaux/ansible-kafka-admin/releases/\
download/0.13.1/StephenSorriaux-ansible_kafka_admin-0.13.1.tar.gz" # playbook.yaml
- name: kafka admin
hosts: kafka
tasks:
- name: ensure topics are configured
StephenSorriaux.ansible_kafka_admin.kafka_topics:
# ... |
Installing kafka-admin from Ansible Galaxy as collection doesn't work properly.
I've tried to install kafka-admin with following requirements file.
But got error after running ansible-galaxy.
Version of Ansible
As I understand, only kafka-admin role available in Galaxy right now, collection wasn't published. Also this links in README follows to non existing page: https://github.com/StephenSorriaux/ansible-kafka-admin/blob/master/README.md?plain=1#L51.
I still could install kafka-admin as role.
But in this case:
The text was updated successfully, but these errors were encountered: