Ubuntu 20.04, depl. error: FAILED! => {"msg": "Missing sudo password"} #14444
Unanswered
lichtmanager
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I tried deploying the server but got the error a few times now. Does somebody hast an idea what password is needed?
I added an extra user for the installation so it doesn't run on root, but gave the extra user root privileges.
Big thanks in advance :)
fatal: [XX.XX.XX.XX]: FAILED! => {"msg": "Missing sudo password"}
TASK [include_tasks] **************************************************************************************************************************************************************************************************************************
included: /Users/XXXX/algo/playbooks/rescue.yml for XX.XX.XX.XX
TASK [debug] **********************************************************************************************************************************************************************************************************************************
ok: [XX.XX.XX.XX] => {
"fail_hint": [
"Sorry, but something went wrong!",
"Please check the troubleshooting guide.",
"https://trailofbits.github.io/algo/troubleshooting.html"
]
}
TASK [Fail the installation] ******************************************************************************************************************************************************************************************************************
fatal: [XX.XX.XX.XX]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
PLAY RECAP ************************************************************************************************************************************************************************************************************************************
XX.XX.XX.XX : ok=4 changed=2 unreachable=0 failed=1 skipped=1 rescued=1 ignored=0
localhost : ok=32 changed=3 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0
Beta Was this translation helpful? Give feedback.
All reactions