I run into an issue with agent startup when using the airgap mode: `level=fatal msg="Error: --server is required"` If I correctly got it, the RC is in this variable and missing `--server` argument. https://github.com/k3s-io/k3s-ansible/blob/9650436585a3c015976e283e7ca8c00c0e21251c/roles/airgap/tasks/main.yml#L122 Am I right?
I run into an issue with agent startup when using the airgap mode:
level=fatal msg="Error: --server is required"If I correctly got it, the RC is in this variable and missing
--serverargument.k3s-ansible/roles/airgap/tasks/main.yml
Line 122 in 9650436
Am I right?