Browse Source

macos: Set 0777 mode by default

master
Maxim Likhachev 5 years ago
parent
commit
e66bb7d453
  1. 1
      roles/macos/tasks/install-bin.yml

1
roles/macos/tasks/install-bin.yml

@ -9,5 +9,6 @@ @@ -9,5 +9,6 @@
get_url:
url: "{{ app_url }}"
dest: "{{ installation_directory }}/{{ app_name }}"
mode: 0777
when: app_exists.stat.exists == False

Loading…
Cancel
Save