I'm trying to run this module and I'm getting this error:
Failed to install package brave-bin, because: sudo: Account or password is expired, reset your password and try again
sudo: unable to change expired password: Authentication token manipulation error
sudo: a password is required
I think this is because my root login is disabled, however I had no problems whatsoever with other tasks using community.general.pacman and become: true.
I'm trying to run this module and I'm getting this error:
I think this is because my root login is disabled, however I had no problems whatsoever with other tasks using
community.general.pacman
andbecome: true
.Re-enabling root fixes the problem.
Any idea on how to fix this?