• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle









  • Have you even heard that they were missing before this comment?

    How could anyone who’s been on beehaw in the last few days not have heard about the Pakistani migrants?

    How could anyone in this thread not have heard?

    We absolutely pick and choose whose lives have value.

    I don’t know who you mean when you say “we”. If you mean governments and power structures then yes, I agree and it’s one of the biggest flaws in our society. If you mean individuals, then yes, some people do, but it’s wrong to do so whether it’s billionaires, migrants, or anyone else. And I know a lot of people have a hard time with this.









  • Maybe you’ve already looked into this, but I checked the playbook and the error above is occuring when Ansible tries to run this command:

    test -e /usr/bin/python || (apt -y update && apt install -y python3-minimal python3-setuptools)

    If you manually run the part of the command in parentheses above you’ll probably get the Release file error also listed above, and from there you might be able to find out what’s up. I think that error usually has to do with your repository setup and/or the version of Ubuntu youre running, but Google can hopefully tell you for sure.