Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de341df

Browse files
committedJan 8, 2021
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)
Please sign in to comment.