rename var
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Robert Kaussow 2022-10-25 09:31:27 +02:00
parent a488dab3fa
commit 1346207062
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

@ -44,4 +44,4 @@ k3s_server_admission_configuration:
qps: 10
burst: 50
k3s_resource_patches: []
k3s_server_resource_patches: []

View File

@ -45,7 +45,7 @@
kubeconfig: "{{ __k3s_config_dir }}/k3s.yaml"
state: patched
definition: "{{ item.definition }}"
loop: "{{ k3s_resource_patches }}"
loop: "{{ k3s_server_resource_patches }}"
loop_control:
label: "{{ item.kind }}/{{ item.name }}"
when: k3s_server | bool