Re: [ansible-devel] The future of deep collection folder structures

2023-02-10 Thread 'Uli Wolf' via Ansible Development
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

Re: [ansible-devel] The future of deep collection folder structures

2023-02-10 Thread 'Felix Fontein' via Ansible Development
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/ > │ │ └──

[ansible-devel] The future of deep collection folder structures

2023-02-10 Thread 'Uli Wolf' via Ansible Development
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