vexxhost / ansible-collection-containers

This is a collection which contains playbooks and roles which allow you to deploy container runtimes using Ansible.
1 stars 6 forks source link

Split image versions from URLs to make overriding easier #32

Open andrewbonney opened 2 weeks ago

andrewbonney commented 2 weeks ago

This PR splits the version out into a separate variable from image URLs. In doing so, when it is necessary to override image URLs to reference an offline registry, we can reference the image version(s) which match the version of this collection which we are pinning to.