🔧 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:
parent
e946fe37b4
commit
cc41217ad8
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
docker_data_root: "/srv/docker"
|
||||
docker_cron_image_prune: true
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue