migtools / hook-runner

0 stars 4 forks source link

Use the updated ansible-runner images on quay #19

Closed jmontleon closed 2 years ago

jmontleon commented 2 years ago

The ansible-runner image on docker hasn't been updated in a very long time. Ansible 2.9.9 has a bug that was discovered trying to run a hook using the nmcli module. https://github.com/ansible-collections/community.general/issues/669

By using the quay image we get 2.9.27, which resolves this and gets us more current. We should also consider moving to 2.11 eventually, but moving to 2.10+ might be a bit disruptive we should probably do some testing before doing so. 2.10 intoduced some pretty big changes, though it shouldn't be anything we can't work through.