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

Add a meta/extensions.yml file for displaying EDA content in Automation Hub #68

Open
alisonlhart opened this issue Mar 25, 2024 · 1 comment
Assignees

Comments

@alisonlhart
Copy link

To display EDA content on Ansible Automation Hub, there is an additional file needed in the collection.

Add the meta/extensions.yml file to the collection with the following contents:

extensions:
  - args:
      ext_dir: eda/plugins/event_filter
  - args:
      ext_dir: eda/plugins/event_source

This will cause the EDA plugin to display under the collection's "Contents" tab in Automation Hub.

See the ansible.eda collection source for reference.

(Note: Depends on #67 to work properly)

@szh
Copy link
Contributor

szh commented Mar 25, 2024

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

No branches or pull requests

3 participants