konstruktoid / ansible-role-docker-rootless

Ansible role to install a rootless Docker server
Apache License 2.0
68 stars 22 forks source link

Fix path growth in docker_rootless.sh.j2 #424

Closed msladek closed 3 months ago

msladek commented 3 months ago

fixes two changes that come up on most runs:

konstruktoid commented 3 months ago

Thanks @msladek!

msladek commented 3 months ago

Glad do contribute @konstruktoid. Thanks for the merge and all your work!

Regarding the changed_when: false on my systems (all Debian 12) ansible reported a change every time the apt index files changed, which isn't really a change useful to track for this role imho.