Hello! I’m currently in the process of seting up an instance (for personal use, testing some stuff). I ran into this issue and while I did find some threads about it, they were not conected to Lemmy and I don’t have any ideas how to solve it myself. For context -> i’m trying to set up the instance on a remote device, conected thru ssh to my wsl ubuntu instalation. I’m using ansible, if that helps. The remote device is using ubuntu server 20.4. LTS. Thank you for help.
You must log in or register to comment.
At first glance, i would say you need to add Jakob as a sudo user first :
http://askubuntu.com/questions/7477/ddg#7484
And then install ansible-playbook,
Thanks!