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
708 B

  1. ---
  2. # TODO Remove the line below as soon as containerd rpm are available for f32
  3. fedora_distribution_package: "{{ '31' if (ansible_distribution_major_version | int) > 31 else ansible_distribution_major_version }}"
  4. containerd_versioned_pkg:
  5. 'latest': "{{ containerd_package }}"
  6. '1.2.10': "{{ containerd_package }}-1.2.10-3.2.fc{{ fedora_distribution_package }}"
  7. '1.2.12': "{{ containerd_package }}-1.2.12-3.1.fc{{ fedora_distribution_package }}"
  8. '1.2.13': "{{ containerd_package }}-1.2.13-3.2.fc{{ fedora_distribution_package }}"
  9. 'stable': "{{ containerd_package }}-1.2.13-3.2.fc{{ fedora_distribution_package }}"
  10. 'edge': "{{ containerd_package }}-1.2.13-3.2.fc{{ fedora_distribution_package }}"