Open sjpb opened 1 year ago
I'd suggest:
ondemand_package
can be used to control the version of the rpm/deb package installed. The default,ondemand
, will install the latest version available from the relevant repository. You can specify a specific version using e.g.ondemand-3.0.3
or use the comparison operators supported by thename
parameter of the ansible yum module.
Thank you for the suggestion! pleas feel free to review or add additional comments on #215.
In README#installing-a-specific-version this says:
However the rpm install logic shows that to get the
latest
package, you should useondemand_package: ondemand
, and this is actually the default.The 2nd para also has some typos and probably needs to be updated for the default of v3 packages now?