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 %}