Skip to content

Commit de341df

Browse files
committed
Update README.md: ansible quick start
1 parent 1b37807 commit de341df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ To minimize the risk of losing data on autofailover, you can configure settings
137137
## Deployment: quick start
138138
0. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) to the managed machine
139139
###### Example: install latest release using [pip](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-pip)
140-
141-
`pip install ansible`
140+
`sudo apt install python3-pip sshpass git -y` \
141+
`sudo pip3 install ansible`
142142

143143
1. Download or clone this repository
144144

0 commit comments

Comments
 (0)