🔧 Enable automatic docker image prune again

The feature was part of the old role but unconditionally.  When porting
to external role we made it optional with variable
`docker_cron_image_prune` but default to false.  Restore the previous
behaviour in this playbook.
This commit is contained in:
Alexander Dahl 2025-02-22 12:58:20 +01:00
parent e946fe37b4
commit cc41217ad8
2 changed files with 2 additions and 0 deletions
group_vars/docker_host
host-wittgenstein.yml

View file

@ -1,2 +1,3 @@
---
docker_data_root: "/srv/docker"
docker_cron_image_prune: true

View file

@ -6,6 +6,7 @@
- role: netz39.host_docker
vars:
docker_data_root: "/srv/docker"
docker_cron_image_prune: true
- role: apache
- role: apache_letsencrypt # Uses configuration from dehydrated setup
- role: 24367dfa.dehydrated