|
|
|
@ -25,6 +25,7 @@
@@ -25,6 +25,7 @@
|
|
|
|
|
command: hdiutil attach "/tmp/{{ app_name }}.dmg" -nobrowse -mountpoint "/tmp/{{ app_name }}" |
|
|
|
|
|
|
|
|
|
- name: Install {{ app_name }} to {{ installation_directory }}/ directory |
|
|
|
|
become: yes |
|
|
|
|
shell: cp -aR /tmp/{{ app_name | replace(' ', '*') }}/*.app "{{ installation_directory }}/{{ app_name }}.app" |
|
|
|
|
|
|
|
|
|
- name: Umount {{ app_name }} installator |
|
|
|
|