feat: switch to binary runc and containerd install (#333)

* feat: switch to binary runc and containerd install

* fix: always download directly to dst node

* feat: add crictl role

* ci: add tests for binary downloads

* ci: rename scenario and add matrix

* ci: move to using prepare

* ci: stop using  anchors

* chore: refactor to download_artifact

* chore: add jammy to containerd+runc

* chore: bump ansible-lint

* chore: add more platforms for cri

* fix: ensure tar command exists

* chore: drop amznlinux2

---------

Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/roles/helm/tasks/main.yml b/roles/helm/tasks/main.yml
index d8cadc2..40121cc 100644
--- a/roles/helm/tasks/main.yml
+++ b/roles/helm/tasks/main.yml
@@ -20,7 +20,7 @@
 - name: Install packages using operating system specific process
   ansible.builtin.include_tasks: "{{ ansible_os_family | lower }}.yml"
 
-- name: install helm diff
+- name: Install helm diff
   kubernetes.core.helm_plugin:
     plugin_path: https://github.com/databus23/helm-diff
     state: present