You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,9 @@ new features to _this role_.
40
40
41
41
## Installing a specific version
42
42
43
-
`ondemand_package` defaults to `latest` meaning this will install the latest version on the versioned
44
-
yum/deb repository. For example, it'll install the latest version, 2.0.20 from the versioned 2.0 yum
45
-
repo.
46
-
47
-
We use `ondemand_package` for the `name` paramter of the [ansible yum](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html)
48
-
so you can speicify a specific version with `ondemand-2.0.20` or use the comparison operators
49
-
ansible supports.
43
+
The `ondemand_package` variable controls the version of the rpm/dep package installed. The default value of `ondemand` will install the latest version from the relevant repository, but will not upgrade an
44
+
existing installation. You can install a specific version using the full package name (e.g. `ondemand-3.0.3`) or use the comparison operators supported by the `name` parameter of the ansible [yum](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html)
45
+
or [apt](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html) modules. Use `latest` to upgrade an existing installation.
0 commit comments