Skip to content

Commit

Permalink
Update README.adoc with note from CHANGELOG regarding sudo (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpedavid authored Feb 24, 2021
1 parent 4fc739c commit 6c11fcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 6c11fcd

Please sign in to comment.