install_docker_gc.yml 219 B

1234567891011
  1. ---
  2. - name: Install docker gc
  3. hosts: oo_first_master
  4. gather_facts: false
  5. roles:
  6. - openshift_facts
  7. tasks:
  8. - import_role:
  9. name: openshift_docker_gc
  10. when:
  11. - openshift_crio_enable_docker_gc | bool