manageiq
manageiq copied to clipboard
Need to upgrade ansible-runner
We are currently using ansible-runner 1.4.7, which we are getting from ansible's yum repo. However, as of 2.0.0 they moved away from that repo and moved to Fedora repos. They are now on version 2.1.1, and we should upgrade.
Is this the right location: https://pypi.org/project/ansible-runner for the ansible-runner versions?
The AnsibleRunner documentation install section should be our guide.
Yes, I think pypi is the right one, but it makes upgrades harder, since we aren't the ones installing it directly. That is, you'd have to do it in some kind of post-script or part of the image build itself. The other option that @bdunne suggested is we vendor is as part of the manageiq-ansible-venv rpm, which we haven't completed yet, but that might isolate it.