- In the example ansibleplaybook-embed-python upgrade the Ansible version to 2.17.4, which fixes an Ansible vulnerability. (https://github.com/apenella/go-ansible/security/dependabot/7)
- 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
- 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
.