We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfc360 commit 91caf43Copy full SHA for 91caf43
tasks/ensure_download.yml
@@ -91,7 +91,7 @@
91
- name: Ensure {{ github_pkg.name }} is executable
92
ansible.builtin.file:
93
path: "{{ github_download_location }}/{{ github_pkg.name }}"
94
- mode: '0700'
+ mode: '0755'
95
96
- name: Ensure {{ github_pkg.name }} post-install commands are run
97
ansible.builtin.command:
0 commit comments