Skip to content

Commit

Permalink
split the lines with surrounding quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Mar 5, 2024
1 parent 28033f9 commit 399e8cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/kompose/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# tasks file for kompose
- name: Kompose | Install binary from github
ansible.builtin.get_url:
url: https://github.com/kubernetes/kompose/releases/\
download/v{{ kompose_version }}/kompose-{{ ansible_system }}-{{ ansible_architecture }}
url: "https://github.com/kubernetes/kompose/releases\
/download/v{{ kompose_version }}/kompose\
-{{ ansible_system }}-{{ ansible_architecture }}"
dest: /usr/local/bin/kompose
mode: "0755"

0 comments on commit 399e8cb

Please sign in to comment.