How to use the playbooks and tasks folders in a Collection

Hi,

I see on the documentation for Developing Collections (https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#playbooks-directory) there is a section for playbooks, but there are no details there, just says TBD. I’ve verified the folders are added to the tar.gz and install alongside the Collection code but how can I reference the contents? I’ve got files with tasks which define repeatable processes, how do I run that file with Ansible? I’m hoping I don’t need to use the path to the file in disk.

Thanks
Andrew

There is no explicit functionality to use them currently, other than, as you mention, specifying the full path to the files.