chore(airgap): remove unused var

This commit is contained in:
Curtis John 2021-12-15 12:08:56 -05:00
parent b8727a1c92
commit 779968ca0a
No known key found for this signature in database
GPG Key ID: 074FD4B4236B6865

View File

@ -56,9 +56,7 @@ k3s_api_releases: https://update.k3s.io/v1-release/channels
k3s_github_download_url: "{{ k3s_github_url }}/releases/download"
# Install K3s in Air Gapped scenarios
k3s_airgap: "false"
# k3s_airgap_binary_path: "{{ role_path }}/files/k3s"
k3s_airgap: false
# Generate a runtime config dictionary for validation
k3s_runtime_config: "{{ (k3s_server | default({})) | combine (k3s_agent | default({})) }}"