alexfpoole
Results
2
comments of
alexfpoole
If someone's followed your Ansible Best Practice advice and moved Collections to the repo they're working on, they'll need to explicitly re-import this collection: ``` #requirements.yml: collections: - name: community.general...
I'm just doing a `ln -s ../base-service/ base-service` in each service to get around this. Smells bad though..