Screenly / Anthias

The world's most popular open source digital signage project.
https://anthias.screenly.io
Other
2.51k stars 623 forks source link

Cannot install due to "sudo: a password is required" error Debian Bookworm (x86) #2133

Open shaqaruden opened 2 hours ago

shaqaruden commented 2 hours ago

When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.

Overview of the Issue

When attempting to run the installer with the following options selected: Managed Network: No Full System Update: No Branch: master or v0.19.1

The installation fails at TASK [Gathering Facts] with the following error message image

Reproduction Steps

Steps to reproduce this issue, eg:

  1. Install Debian Bookworm
  2. Update OS sudo apt update && sudo apt upgrade
  3. Run install command from user directory bash <(curl -sL https://install-anthias.srly.io)

Environment

vpetersson commented 2 hours ago

@nicomiguelino There's an ansible-playbook argument for ansible to ask for password that needs to be added iirc.

nicomiguelino commented 2 hours ago

@vpetersson, thanks. I think it's the '--ask-become-pass', as seen in this documentation.

@vpetersson, @shaqaruden Let me create a pull request for this.

shaqaruden commented 1 hour ago

@vpetersson, @shaqaruden Let me create a pull request for this.

Thanks!

nicomiguelino commented 58 minutes ago

I just created a pull request, #2134. Let me just test the changes.