SiSense Install Linux
Hi, install SiSense in Linux with a user with full sudo previleges, I am getting the following error. Could you help us on this? I don't believe it's a Sudo permission issue.
TASK [Test user for sufficient sudo permissions] *********************************************************************************
[WARNING]: Consider using 'become', 'become_method', and 'become_user' rather than running sudo
fatal: [SiSenseQA]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": true, "cmd": "sudo -l -U sisense | grep -E '.*ALL.*ALL' > /dev/null 2>&1", "delta": "0:00:02.168399", "end": "2021-01-21 13:37:10.910853", "msg": "non-zero return code", "rc": 1, "start": "2021-01-21 13:37:08.742454", "stderr": "sudo: no tty present and no askpass program specified", "stderr_lines": ["sudo: no tty present and no askpass program specified"], "stdout": "", "stdout_lines": []}
...ignoring
Thursday 21 January 2021 13:37:11 -0500 (0:00:00.085) 0:00:06.346 ******
TASK [Validate user has sufficient sudo permissions] *****************************************************************************
fatal: [SiSenseQA]: FAILED! => {
"assertion": "sudo_permissions_result.rc == 0",
"changed": false,
"evaluated_to": false,
"msg": "user sisense has insufficient sudo permissions "
}
Please sign in to leave a comment.
Comments
0 comments