Become-ing a user securely in Ansible
Using become_user in Ansible requires the acl package to be installed on the remote host. This is a note to my future self, reminding me of the error, the r...
Using become_user in Ansible requires the acl package to be installed on the remote host. This is a note to my future self, reminding me of the error, the r...
apt_key on Debian
The apt_key Ansible module has been deprecated and there isn’t a drop-in replacement. There is a workaround available which achieves the same result but req...