Remove legacy crio packaging cleanup (#10702)

This has now been removed and results in a 404 when trying to remove the
old key, even if it's not present.
This commit is contained in:
David Leadbeater
2023-12-12 01:41:13 +11:00
committed by GitHub
parent 306103ed05
commit 17b51240c9
3 changed files with 0 additions and 132 deletions

View File

@@ -27,9 +27,6 @@
import_tasks: "setup-amazon.yaml"
when: ansible_distribution in ["Amazon"]
- name: Cri-o | clean up reglacy repos
import_tasks: "cleanup.yaml"
- name: Cri-o | build a list of crio runtimes with Katacontainers runtimes
set_fact:
crio_runtimes: "{{ crio_runtimes + kata_runtimes }}"