Skip to content

Commit

Permalink
add lower
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Mar 5, 2024
1 parent 39883af commit ad9196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kompose/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
ansible.builtin.get_url:
url: "https://github.com/kubernetes/kompose/releases\
/download/v{{ kompose_version }}/kompose\
-{{ ansible_system }}-{{ kompose_architecture }}"
-{{ ansible_system | lower }}-{{ kompose_architecture }}"
dest: /usr/local/bin/kompose
mode: "0755"

0 comments on commit ad9196d

Please sign in to comment.