From f7b0c71ad2fecfec0c25b4d86f5667002669d2c5 Mon Sep 17 00:00:00 2001 From: katidisergei <158170069+katidisergei@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:24:50 +0300 Subject: [PATCH] Added the "latest" tag to YDB Ansible playbook installation (#28514) (cherry picked from commit fc2c18b2a41b3e2a369c2030ced251048cbdb4a5) --- .../devops/deployment-options/ansible/initial-deployment.md | 6 +++--- .../devops/deployment-options/ansible/initial-deployment.md | 4 ++-- 2 files changed, 5 insertions(+), 5 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) 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 %}