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/
> │ │ └──
Dear Ansible Developers,
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/
│ │ └── d