Release notes
[v2.1.0]
Added
- New example ansibleplaybook-ssh-become-root-with-password/, showcasing how to execute a playbook that requires to become root user and set the user password through the variable ansible_sudo_pass
Changed
- The internal package
internal/executable/os/exec
has been moved topkg/execute/exec
, making it public. Along with this change, theExec
struct has been renamed toOsExec
.