From 9423838e3ec04cb2712f1c6d92feb42f97234008 Mon Sep 17 00:00:00 2001 From: katidisergei <158170069+katidisergei@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:19:56 +0300 Subject: [PATCH 1/2] Added the "latest" tag to YDB Ansible playbook installation, RU Added the "latest" tag to YDB Ansible playbook installation --- .../devops/deployment-options/ansible/initial-deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md b/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md index 79d37d7c3ba7..31cdf55ee1f7 100644 --- a/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md +++ b/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md @@ -87,7 +87,7 @@ collections: - name: git+https://github.com/ydb-platform/ydb-ansible type: git - version: main + version: latest EOF $ ansible-galaxy install -r requirements.yaml ``` @@ -95,7 +95,7 @@ - Однократно ```bash - $ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git + $ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git,latest ``` {% endlist %} From 99a673fd5b89a4204d240c0168e4b4c65191f257 Mon Sep 17 00:00:00 2001 From: katidisergei <158170069+katidisergei@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:23:44 +0300 Subject: [PATCH 2/2] Added the "latest" tag to YDB Ansible playbook installation, EN Added the "latest" tag to YDB Ansible playbook installation --- .../devops/deployment-options/ansible/initial-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md b/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md index a3de89415413..c0f6aa697004 100644 --- a/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md +++ b/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md @@ -87,7 +87,7 @@ Refer to [Ansible Installation Guide](https://docs.ansible.com/ansible/latest/in collections: - name: git+https://github.com/ydb-platform/ydb-ansible type: git - version: main + version: latest EOF $ ansible-galaxy install -r requirements.yaml ``` @@ -95,7 +95,7 @@ Refer to [Ansible Installation Guide](https://docs.ansible.com/ansible/latest/in - One-time ```bash - $ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git + $ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git,latest ``` {% endlist %} @@ -529,4 +529,4 @@ After completing the tests, the `kv_test` table can be deleted with the command: * [Extra Ansible configuration examples](https://github.com/ydb-platform/ydb-ansible-examples) * [{#T}](restart.md) * [{#T}](update-config.md) -* [{#T}](update-executable.md) \ No newline at end of file +* [{#T}](update-executable.md)