summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/install_docker_gc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-cluster/install_docker_gc.yml')
-rw-r--r--playbooks/common/openshift-cluster/install_docker_gc.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/install_docker_gc.yml b/playbooks/common/openshift-cluster/install_docker_gc.yml
new file mode 100644
index 000000000..1e3dfee07
--- /dev/null
+++ b/playbooks/common/openshift-cluster/install_docker_gc.yml
@@ -0,0 +1,7 @@
+---
+- name: Install docker gc
+ hosts: oo_first_master
+ gather_facts: false
+ tasks:
+ - include_role:
+ name: openshift_docker_gc