From 0fbe7390787eee43578a3856d51f3c45b772605e Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:47:56 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43aced5b5..bdbfd56d1 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ To minimize the risk of losing data on autofailover, you can configure settings --- ## Deployment: quick start -0. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) to the managed machine -###### Example: install latest release using [pip](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-pip) -`sudo apt install python3-pip sshpass git -y` \ +0. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) on one control node (which could easily be a laptop) +###### Example: install latest release using [pip](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-with-pip) +`sudo apt update && sudo apt install python3-pip sshpass git -y` \ `sudo pip3 install ansible` 1. Download or clone this repository