Dan Rough
Dan Rough
--- name: Support use of multiple paths in logrotate configuration. about: The logroate configuration specification allows for multiple paths to be specified. This change enables that capability within this role....
--- name: Add prerotate about: logrotate allows for a user to specify a script that can be run before the rotate process runs. This change adds that functionality to this...
# Proposed feature Add ability for a user of this role to define a prerotate script that is run prior to the logrotation process. ## Rationale In the same way...
Fixes https://github.com/geerlingguy/ansible-role-docker/issues/460 https://github.com/geerlingguy/ansible-role-docker/pull/436 introduced a change to the path where the apt key was placed, and to the associated repository listing in `/etc/apt/sources.d/docker.list`. We've just run into a problem with...
In #436 the path that the Docker apt key was changed from `/etc/apt/trusted.gpg.d/` to `/etc/apt/keyrings`. For those of us who favour always using the latest version of the role, rather...