---
- include_tasks: get_k3s.yml
- include_tasks: server.yml
when: k3s_role == "server"
- include_tasks: clients.yml
when: k3s_role == "client"
...