Skip to content

Commit

Permalink
Fix key in old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 11, 2024
1 parent c993e52 commit d2f0466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/Debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
set_fact:
kube_minor_version: "{{ kube_version.split('.')[0] }}.{{ kube_version.split('.')[1] }}"

- name: Set kube_key_version
set_fact:
kube_key_version: "{{ kube_minor_version }}"

# for some reason, the key for 1.27 or lower is does not work
- name: Set kube_key_version
set_fact:
Expand Down

0 comments on commit d2f0466

Please sign in to comment.