Skip to content

Commit 8f7e75e

Browse files
committed
Wrap long line
1 parent 0703145 commit 8f7e75e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/install.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
get_url:
3434
url: "{{ vault_zip_url }}"
3535
dest: "{{ role_path }}/files/{{ vault_pkg }}"
36-
checksum: "sha256:{{ (lookup('url', vault_checksum_file_url, wantlist=true) | select('match', '.*' + (vault_pkg | regex_escape()) + '$') | first).split()[0] }}"
36+
checksum: >
37+
"sha256:{{ (lookup('url', vault_checksum_file_url, wantlist=true)"
38+
"| select('match', '.*' + (vault_pkg | regex_escape()) + '$')"
39+
"| first).split()[0] }}"
3740
timeout: "42"
3841
mode: "0644"
3942
become: "{{ vault_privileged_install }}"

0 commit comments

Comments
 (0)