Hi, I want to share global variables for a short playbook. The problem is, I need to run some commands on all hosts, then some commands on one node, then some commands on all nodes again. I don’t want to repeat with_vars for every play, like I did here (code below) and I don’t want to create a role for a short task. How do I avoid repeating “kubernetes_from_version” and “kubernetes_to_version”?