Ansible collection usage – Debian
I am trying to use Ansible Collection for example the nginx one. The directory tree structure looks like this: ├── ansible_collections │ └── nginxinc │ └── nginx_core │ ├── CHANGELOG.md ....... │ ├── README.md │ └── roles │ ├── nginx…