mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-04-16 20:25:41 +02:00
chore(airgap): remove unused var
This commit is contained in:
parent
b8727a1c92
commit
779968ca0a
@ -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({})) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user