install_docker_gc.yml 251 B

123456789101112
  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_use_crio | bool
  12. - openshift_crio_enable_docker_gc | bool