Skip to content

Commit 49a83c0

Browse files
authored
Update installation-using-ansible.md
1 parent 5219000 commit 49a83c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/soda-gettingstarted/installation-using-ansible.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ go version
5555
```bash
5656
git clone https://github.com/sodafoundation/installer.git
5757
cd installer/ansible
58-
# Checkout the required version. For example, to checkout v1.2.0 follow
59-
git checkout v1.2.0
58+
# Checkout the required version. For example, to checkout v1.3.0 follow
59+
git checkout v1.3.0
6060
```
6161
{{% notice warning %}}
62-
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)
62+
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)
6363
{{% /notice %}}
6464

6565
#### Install ansible tool

0 commit comments

Comments
 (0)