Skip to content

Commit 50827e5

Browse files
authored
Merge pull request geerlingguy#48 from B-Galati/fix-40
Add signature checksum for installer
2 parents 6976795 + 5c5b3e1 commit 50827e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
url: https://getcomposer.org/installer
1414
dest: /tmp/composer-installer.php
1515
mode: 0755
16+
checksum: "sha384:{{ lookup('url', 'https://composer.github.io/installer.sig') }}"
1617
when: not composer_bin.stat.exists
1718

1819
- name: Run Composer installer.

0 commit comments

Comments
 (0)