You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the role did not work for us, because we got an assert in in the check "Check for adequate privilege escalation rights",
I analyed this further and found out, that it works when I change the shell from /bin/false to bin/bash. But it was changed back in the Task: Ensure the Rocket.Chat service user is present
After I added become_flags: '-s /bin/bash' to the task "Check for adequate privilege escalation rights",and the task Install Rocket.Chat via NPM, the role works as wanted.
I did not know what is best practise to fix this, as there are more become methods than su.
The text was updated successfully, but these errors were encountered:
Hi,
the role did not work for us, because we got an assert in in the check "Check for adequate privilege escalation rights",
I analyed this further and found out, that it works when I change the shell from /bin/false to bin/bash. But it was changed back in the Task: Ensure the Rocket.Chat service user is present
After I added
become_flags: '-s /bin/bash'
to the task "Check for adequate privilege escalation rights",and the task Install Rocket.Chat via NPM, the role works as wanted.I did not know what is best practise to fix this, as there are more become methods than su.
The text was updated successfully, but these errors were encountered: