From 8ac6b250d3154d284d0d61ae67e48551aad509eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se> Date: Tue, 13 Apr 2021 14:07:33 +0200 Subject: [PATCH] Specifying sudo password --- doc/install_playbooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install_playbooks.md b/doc/install_playbooks.md index f5cdd90..6f42e49 100644 --- a/doc/install_playbooks.md +++ b/doc/install_playbooks.md @@ -61,7 +61,7 @@ git clone https://gitlab.liu.se/lrs/lrs_playbooks.git Run the `wara_develop` playbook as follows to install and update the WARA PS developer software. This can take several minutes to complete. -- Make sure you replace the last argument with the actual password of the specified `install_user`, which must have `sudo` permissions in the Development Environment. +- Make sure you replace the last argument with the actual password of the specified `user`. Note that this `user` must have `sudo` permissions in the Development Environment. ```bash cd lrs_playbooks -- GitLab