--- - name: Create namespace ansible.builtin.kubectl: name: "{{ vllm_namespace }}" api_version: "v1" kind: "Namespace" state: "present" environment: KUBECONFIG: "{{ vllm_kubeconfig }}" PATH: "/usr/local/bin:/usr/bin:/bin"