You are not logged in.
Hi!
I want to have a new version of ansible and an old version of ansible on one system.
Is it possible to do?
Last edited by debek (2018-09-19 09:26:40)
Offline
It is theoretically possible to create a package, that installs an alternative version of an existing package on Arch. A large amount of patching would be necessary in this case. However, I'd recommend looking into something like docker or systemd-nspawn, or, depending on the task, a virtual machine.
Offline
Or just run ansible from checkout - Ansible/running-from-source
Offline