Skip to content
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

Installing via requirements.yml not possible? #34

Open
synergiator opened this issue Aug 31, 2021 · 1 comment
Open

Installing via requirements.yml not possible? #34

synergiator opened this issue Aug 31, 2021 · 1 comment

Comments

@synergiator
Copy link

synergiator commented Aug 31, 2021

What needs to be put to requirements.yml to install this module as alternative to console?

  • ansible-galaxy [core 2.11.3]
  • Ubuntu 20.04 / Python 3.8.10
  • error: ERROR! Neither the collection requirement entry key 'name', nor 'source' point to a concrete resolvable collection artifact. Also 'name' is not an FQCN. A valid collection name must be in the format <namespace>.<collection>. Please make sure that the namespace and the collection name contain characters from [a-zA-Z0-9_] only.
---
collections:
  - name:  zauberpony.mysql-query
    version: 0.6.1
@elmarx
Copy link
Owner

elmarx commented Sep 6, 2021

It should work with

- src: zauberpony.mysql-query

I lost a little bit track of the most recent changes in ansible, so I don't know if this module should be installable as collection, I need to look that up, but with src it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants