machine
module provides functions for interacting with the host machine.
command
: Shell command to runshell
: Shell to use (e.g., “sh”, “bash”)env
: Dictionary of environment variablesmute
: Whether to suppress command outputcontinue_on_error
: Whether to continue if command failscombined_output
: Interleaved stdout and stderrstdout
: Command standard outputstderr
: Command standard errorexit_code
: Command exit codename
: Name of the environment variable