Skip to content

Commit 4cc86cc

Browse files
committed
updated setup-info
1 parent ceb96e3 commit 4cc86cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

1/Readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ You need Python3 and PIP to run Ansible:
3232
sudo apt install python3 python3-pip
3333
```
3434

35+
The 'sshpass' package is needed for the SSH connection-type:
36+
37+
```bash
38+
sudo apt install sshpass
39+
```
40+
3541
----
3642

3743
## Virtual Environment

0 commit comments

Comments
 (0)