This changes the implementation of the cri role, thus renamed to container-runtime. In short, each runtime is implemented as a role beneath the main role. This allows for additional runtimes to be implemented as roles and organized within this structure.
[x] Provide a title or release-note blurb suitable for the release notes.
[x] All commits contain a well written commit description including a title, description and a Fixes: #XXX line if the commit addresses a particular GitHub issue.
[x] All workflow validation and compliance checks are passing.
Description
This changes the implementation of the
cri
role, thus renamed tocontainer-runtime
. In short, each runtime is implemented as a role beneath the main role. This allows for additional runtimes to be implemented as roles and organized within this structure.Checklist