Help with upgrade gem within foreman

Problem:
I wanna install a newer version of:
foreman_ansible 2.2.9

The 2.2.9 version i installed with:
apt-get install foreman_ansible

And now i wanna upgrade to newer version 2.3.0 because of existing issues.

with:
gem install --local foreman_ansible-2.3.0.gem
gem list

i can install the gem and see in my gemlist but foreman dont recognize.

How can i tell to foreman to use the right gem?

Foreman and Proxy versions:
foreman 1.20.1-1

Foreman and Proxy plugin versions:

Other relevant data:
Ubuntu 16.04

Please help
mobios

scl enable tfm -- gem install --local foreman_ansible-2.3.0.gem

Oh you are on Ubuntu, not sure. @mmoll?

Long story short: Don’t try to do this. Also see https://github.com/theforeman/foreman-packaging/pull/3240 and the associated foreman_ansible problems…

1 Like

thanks for your help (lzap and mmol)