Skip to content

Commit

Permalink
fix: removes duplicate key (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq authored Aug 14, 2024
1 parent 0455ac1 commit 9800bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/packages/tasks/redhat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
- name: check kubernetes rpms exist for provided version
stat:
path: "/opt/{{ 'kubectl-' + package_versions.kubernetes_rpm }}{{ '-fips' if fips.enabled else '' }}.rpm"
path: "/opt/{{ 'kubelet-' + package_versions.kubernetes_rpm }}{{ '-fips' if fips.enabled else '' }}.rpm"
delegate_to: localhost
register: haslocalk8srpms
become: false
Expand Down

0 comments on commit 9800bf5

Please sign in to comment.