Skip to content

Commit 91caf43

Browse files
committed
fix: ensure file is executable
1 parent dcfc360 commit 91caf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/ensure_download.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
- name: Ensure {{ github_pkg.name }} is executable
9292
ansible.builtin.file:
9393
path: "{{ github_download_location }}/{{ github_pkg.name }}"
94-
mode: '0700'
94+
mode: '0755'
9595

9696
- name: Ensure {{ github_pkg.name }} post-install commands are run
9797
ansible.builtin.command:

0 commit comments

Comments
 (0)