You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
243 B
8 lines
243 B
4 years ago
|
---
|
||
|
|
||
|
- name: Run Docker System Prune
|
||
2 years ago
|
ansible.builtin.command:
|
||
|
cmd: "{{ matrix_host_command_docker }} system prune -a -f"
|
||
|
register: matrix_common_after_docker_prune_result
|
||
|
changed_when: matrix_common_after_docker_prune_result.rc == 0
|