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.

22 lines
423 B

  1. ---
  2. dependencies:
  3. - role: container-engine/cri-o
  4. when:
  5. - container_manager == 'crio'
  6. tags:
  7. - container-engine
  8. - crio
  9. - role: container-engine/containerd
  10. when:
  11. - container_manager == 'containerd'
  12. tags:
  13. - container-engine
  14. - containerd
  15. - role: container-engine/docker
  16. when:
  17. - container_manager == 'docker'
  18. tags:
  19. - container-engine
  20. - docker