From 6c11fcd3b8ff3ea751cac29dae99f04e18915a75 Mon Sep 17 00:00:00 2001 From: sharpedavid Date: Wed, 24 Feb 2021 08:17:45 -0800 Subject: [PATCH] Update README.adoc with note from CHANGELOG regarding sudo (#30) --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5abe74b..eeb326e 100644 --- a/README.adoc +++ b/README.adoc @@ -191,7 +191,9 @@ This step executes given command on remote node and responds with output. |sudo |boolean, default: `false`. -|Interactively supplies the password, not required for password less sudo commands. +|Interactively supplies the password, not required for password less sudo commands. + + + + sshCommand with sudo:true param also requires pty:true on remote config with this upgrade. (This is only applicable for few platforms like Linux so apply this accordingly.) |failOnError |boolean, default: `true`.