Skip to content

Commit 49b8840

Browse files
author
gireg.roussel
committed
update readme
1 parent 22cfcda commit 49b8840

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployment/edge/ansible/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Install openssh-server on the edge:
99
sudo apt-get install openssh-server
1010
```
1111

12+
Do not forget to install the google-cloud-storage package:
13+
```bash
14+
pip install google-cloud-storage==3.0.0
15+
```
16+
1217
Then, try to connect through:
1318
```bash
1419
ssh localhost

0 commit comments

Comments
 (0)