This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
add run-docker-prune command
pull/668/head
Fanch
5 years ago
parent
898f319e11
commit
1a9cafa3a3
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
roles/matrix-common-after/tasks/main.yml
+4
-0
roles/matrix-common-after/tasks/run_docker_prune.yml
+ 4
- 0
roles/matrix-common-after/tasks/main.yml
View File
@@ -11,3 +11,7 @@
- import_tasks: "{{ role_path }}/tasks/dump_runtime_results.yml"
tags:
- always
- import_tasks: "{{ role_path }}/tasks/run_docker_prune.yml"
tags:
- run-docker-prune
+ 4
- 0
roles/matrix-common-after/tasks/run_docker_prune.yml
View File
@@ -0,0 +1,4 @@
---
- name: Run Docker System Prune
command: "{{ matrix_host_command_docker }} system prune -a -f"
Write
Preview
Loading…
Cancel
Save