Ansible collection 3.0.0 skeleton

I have my own plugin and roles packed with collection and would like to use the ansible collection 3.0.0 skeleton.

Is there a process to migrate an older version of collection to the ansible collection 3.0.0 format?

Hi @kumar
Is this what you are looking for GitHub - ansible-collections/collection_template: A GitHub Template repo to use as the basis for future repos

No @gundalow

My ansible collections uses 2.x version so I wanted to support ansible collections 3.0.0 version as well.

https://docs.ansible.com/ansible/latest/roadmap/COLLECTIONS_3_0.html

Hi,
The collections are the same, no work needed. That page is just about how we group some common collections together.

If you’ve got an error, please share it and we can take a look

PS, Welcome to the Ansible Forum

Thanks @gundalow for your reply.

How do we ignore the files or validate-module-error during sanity testing in ansible 3.0.0 version

https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/validate-modules.html

Ideally we should understand the problems that ansible-test sanity is reporting and fix them. Happy to guide you through that process.

Would you be able to share:

  • Copy of the full error
  • Link to the collection code (public GitHub repo?)