Bleacks / asdf-ansible-plugin

Apache License 2.0
7 stars 10 forks source link

How to install? #1

Open alexanderadam opened 2 years ago

alexanderadam commented 2 years ago

Describe the bug

Installation doesn't work as described:

$ asdf plugin add ansible
updating plugin repository...remote: Enumerating objects: 440, done.
remote: Counting objects: 100% (269/269), done.
remote: Compressing objects: 100% (76/76), done.
remote: Total 440 (delta 220), reused 237 (delta 193), pack-reused 171
Receiving objects: 100% (440/440), 130.54 KiB | 3.73 MiB/s, done.
Resolving deltas: 100% (267/267), done.
From https://github.com/asdf-vm/asdf-plugins
   9b4ca58..621e088  master     -> origin/master
HEAD is now at 621e088 feat(plugin): certstrap (#598)
plugin ansible not found in repository

and

$ asdf plugin add https://github.com/Bleacks/asdf-ansible.git
https://github.com/Bleacks/asdf-ansible.git is invalid. Name must match regex ^[a-zA-Z0-9_-]+$

Thank you for your efforts of the Ansible plugin for asdf. :raised_hands:

kota65535 commented 1 year ago

Same here. Is this project dead?

johnnyplaydrums commented 1 year ago

There are some typos in the readme, you need the plugin name and then url:

asdf plugin add ansible https://github.com/Bleacks/asdf-ansible-plugin.git
Bleacks commented 1 year ago

Apologies I opened this repo as a test to fiddle around but didn't know people were actually using it There has been efforts to address this in that PR Keep me posted