Skip to content

Commit fc2c18b

Browse files
authored
Added the "latest" tag to YDB Ansible playbook installation (#28514)
1 parent 75aabff commit fc2c18b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ Refer to [Ansible Installation Guide](https://docs.ansible.com/ansible/latest/in
8787
collections:
8888
- name: git+https://github.com/ydb-platform/ydb-ansible
8989
type: git
90-
version: main
90+
version: latest
9191
EOF
9292
$ ansible-galaxy install -r requirements.yaml
9393
```
9494
9595
- One-time
9696
9797
```bash
98-
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git
98+
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git,latest
9999
```
100100
101101
{% endlist %}
@@ -529,4 +529,4 @@ After completing the tests, the `kv_test` table can be deleted with the command:
529529
* [Extra Ansible configuration examples](https://github.com/ydb-platform/ydb-ansible-examples)
530530
* [{#T}](restart.md)
531531
* [{#T}](update-config.md)
532-
* [{#T}](update-executable.md)
532+
* [{#T}](update-executable.md)

ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
collections:
8888
- name: git+https://github.com/ydb-platform/ydb-ansible
8989
type: git
90-
version: main
90+
version: latest
9191
EOF
9292
$ ansible-galaxy install -r requirements.yaml
9393
```
9494
9595
- Однократно
9696
9797
```bash
98-
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git
98+
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git,latest
9999
```
100100
101101
{% endlist %}

0 commit comments

Comments
 (0)