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.
3 lines
66 B
YAML
3 lines
66 B
YAML
---
|
|
docker_data_root: "/srv/docker"
|
|
docker_cron_image_prune: true
|