While we support the deep structures, we do not recommend their use,
having more small more targeted collections is generally better than
having one huge one. community.general itself is an exception as it
was a dumping ground for all the old core plugins that could not find
a home in their own col
Hi Felix,
Thanks for your quick reply and that is great!
We actually love deep structures and are very happy to hear that they are
not going away. Btw they work perfectly for playbooks as well (haven't
tried it for roles though).
Thanks again & best regards,
Uli
Felix Fontein schrieb am Freit
Hi Uli,
> We developed quite a number of collections which utilize the deep
> folder structure to organize the content. Example:
>
> #
> ├── playbooks/
> │ ├── db/
> │ │ ├── client/
> │ │ │ └── deploy_software.yml
> │ │ └── server/
> │ │ └──