Hi,
I am still struggeling to make this work, and the lack of comments to this question tells me that it might not be possible at all? I would appreciate if someone with in-depth knowledge of Ansible could confirm this - so I can avoid wasting more time on this issue.
Since my original question, I have done some more testing, and it seems like the plugins is the (only) blocker. So close, but no sigar....
- To use the project as a collection, all plugins must be referred to by their FQN.
- When cloning the project (existing usage pattern), the plugins are not found - since the new collection plugin location is not taken into consideration. I have tried symlinking to fix the location issue, but since plugins has to be referred to by their FQN this does not work either.
I think it would be nice if Ansible could support a gradual migration from legacy usage patterns to collection, and not the "big bang" I am now experiencing.
Erik