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

help-circle





  • 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.