6 lines
134 B
YAML
6 lines
134 B
YAML
---
|
|
- name: Prune docker system for last 20h hours
|
|
command: 'docker system prune -af --filter "until=20h"'
|
|
async: 7200
|
|
poll: 30
|