Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 642 Bytes

RELEASE_NOTES.md

File metadata and controls

15 lines (8 loc) · 642 Bytes

Release notes

[unreleased]

Fixed

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.