Install Dropbox.
This commit is contained in:
parent
724f9a1cf3
commit
3446f1d212
9
apps/dropbox.yml
Normal file
9
apps/dropbox.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
# Note: Once downloaded, you will need to manually run Dropbox to setup.
|
||||
# TODO: Maybe still use normal DMG routine for the install instead of sh?
|
||||
- hosts: all
|
||||
connection: local
|
||||
|
||||
tasks:
|
||||
- name: Install Dropbox.
|
||||
shell: curl -fkL https://gist.github.com/raw/963046/install-dropbox.sh | sh creates=/Applications/Dropbox.app
|
||||
Loading…
x
Reference in New Issue
Block a user