Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 06:59
· 2 commits to master since this release

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 to pkg/execute/exec, making it public. Along with this change, the Exec struct has been renamed to OsExec.