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

Updated installation steps with Isabela version number. #157

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
6 changes: 3 additions & 3 deletions content/soda-gettingstarted/installation-using-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ go version
```bash
git clone https://github.com/sodafoundation/installer.git
cd installer/ansible
# Checkout the required version. For example, to checkout v1.2.0 follow
git checkout v1.2.0
# Checkout the required version. For example, to checkout v1.3.0 follow
git checkout v1.3.0
```
{{% notice warning %}}
Checkout the latest stable release. Current stable release: [hawaii(v1.2.0)](https://github.com/sodafoundation/soda/releases/tag/v1.2.0). If you want to get the master branch of all components, you can skip this step. (Master may not be stable or tested fully)
Checkout the latest stable release. Current stable release: [isabela(v1.3.0)](https://github.com/sodafoundation/soda/releases/tag/v1.3.0). If you want to get the master branch of all components, you can skip this step. (Master may not be stable or tested fully)
{{% /notice %}}

#### Install ansible tool
Expand Down