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.

11 lines
263 B

  1. ---
  2. crio_packages:
  3. - cri-o
  4. - cri-tools
  5. # Fedora doesn't have cri-o 1.21 packages
  6. crio_kubernetes_version_matrix:
  7. "1.21": "1.20"
  8. "1.20": "1.20"
  9. "1.19": "1.19"
  10. crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.20') }}"