I’m looking for insights and strategies for dealing with Ansible roles specifying potentially different versions of the same dependencies, which are being downloaded via ansible-galaxy install.
There are a couple of problems I can foresee offhand
- Dealing with differing versions of the roles
- Dealing with potential conflicts from role variables
Appreciate any insights!
Andy