2020-03-22 16:55:28 UTC - Jonathan Bader: Hey, I currently try to deploy OpenWhisk on my own Ubuntu instance to set up for development. https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584896128001800 ---- 2020-03-22 16:55:56 UTC - Jonathan Bader: Running:
```ansible-playbook -i environments/local couchdb.yml ansible-playbook -i environments/local initdb.yml ansible-playbook -i environments/local wipe.yml``` https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584896156002300 ---- 2020-03-22 16:56:01 UTC - Jonathan Bader: works without any problems https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584896161002500 ---- 2020-03-22 16:56:17 UTC - Jonathan Bader: but when I run ```ansible-playbook -i environments/local openwhisk.yml``` https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584896177002800 ---- 2020-03-22 16:56:52 UTC - Jonathan Bader: I get the following error message: https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584896212003200 ---- 2020-03-22 16:57:29 UTC - Jonathan Bader: https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584896249003400 ---- 2020-03-22 17:56:32 UTC - Jonathan Bader: It seems that docker-py library didn't work properly https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584899792004000 ---- 2020-03-22 17:56:44 UTC - Jonathan Bader: I installed a different lib and now it seems to work https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1584899804004500 ----