Whenever we push a full version tag (e.g. v1.2.3) we could also publish the collection to Ansible Galaxy. There are probably ready-made github actions for this, so it would be quite easy.
Advantages:
- Marginally faster deploy
- Remove dependency on github for serving collection (good for staying independent from a specific git platform).
Considerations:
- Do we need to register UU as an org?
Whenever we push a full version tag (e.g.
v1.2.3) we could also publish the collection to Ansible Galaxy. There are probably ready-made github actions for this, so it would be quite easy.Advantages:
Considerations: