Skip to content

Commit 2610abf

Browse files
authored
Add extra note to initial-deployment.md (#4394)
1 parent e525df6 commit 2610abf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To work with the project on a local (intermediate or installation) machine, you
3737
* Upgrade packages with `sudo apt upgrade`.
3838
* Install the `software-properties-common` package to manage your distribution's software sources – `sudo apt install software-properties-common`.
3939
* Add a new PPA to apt – `sudo add-apt-repository --yes --update ppa:ansible/ansible`.
40-
* Install Ansible – `sudo apt install ansible-core`.
40+
* Install Ansible – `sudo apt install ansible-core` (note that installing just `ansible` will lead to an unsuitable outdated version).
4141
* Check the Ansible core version – `ansible --version`
4242

4343
- Installing Ansible in a Python virtual environment

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Обновите пакеты – `sudo apt upgrade`.
3636
* Установите пакет `software-properties-common` для управления источниками программного обеспечения вашего дистрибутива – `sudo apt install software-properties-common`.
3737
* Добавьте новый PPA в apt – `sudo add-apt-repository --yes --update ppa:ansible/ansible`.
38-
* Установите Ansible – `sudo apt install ansible-core`.
38+
* Установите Ansible – `sudo apt install ansible-core` (имейте ввиду, что установка просто `ansible` приведёт к неподходящей устаревшей версии).
3939
* Проверьте версию Ansible core – `ansible --version`
4040

4141
- Установка Ansible в виртуальное окружение Python

0 commit comments

Comments
 (0)