Re: [ansible-devel] Can Collection make it to Galaxy if it doesn't support Python 2?

2023-02-02 Thread 'Felix Fontein' via Ansible Development
Hi Thomas, > Hey, I'm working on a new collection for an infrastructure provider > (Equnix cloud). We'd like to move the collection to Galaxy at some > point. There is only controller environment code, in other words, the > code only runs on the same host as the ansible core, there's no > remote h

[ansible-devel] Can Collection make it to Galaxy if it doesn't support Python 2?

2023-02-02 Thread Tomas Karasek
Hey, I'm working on a new collection for an infrastructure provider (Equnix cloud). We'd like to move the collection to Galaxy at some point. There is only controller environment code, in other words, the code only runs on the same host as the ansible core, there's no remote host execution. I'm