Add sudo_command option (#379)

This allows the user to specify the preferred sudo command to be used
instead of the command chosen by Sudo::detect
This commit is contained in:
Thomas de Queiroz Barros
2023-03-13 19:23:37 +00:00
committed by GitHub
parent 462016e51e
commit a3628d0d49
4 changed files with 21 additions and 3 deletions

View File

@@ -13,6 +13,9 @@
# Do not ask to retry failed steps (default: false)
#no_retry = true
# Sudo command to be used
#sudo_command = "sudo"
# Run `sudo -v` to cache credentials at the start of the run; this avoids a
# blocking password prompt in the middle of a possibly-unattended run.
#pre_sudo = false