Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update install documentation #215

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ new features to _this role_.

## Installing a specific version

`ondemand_package` defaults to `latest` meaning this will install the latest version on the versioned
yum/deb repository. For example, it'll install the latest version, 2.0.20 from the versioned 2.0 yum
repo.
The `ondemand_package` can be used to control the version of the rpm/deb package
installed. The default, the value of `ondemand`, will install the latest version
available from the relevant repository. You can specify a specific version using
the full package name. I.e., `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)
or [apt](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html) module.

We use `ondemand_package` for the `name` paramter of the [ansible yum](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html)
so you can speicify a specific version with `ondemand-2.0.20` or use the comparison operators
ansible supports.

### Installing from latest or nightly

Expand Down