From 3446f1d212484e5c9bb5881e3bcfecd310f88b63 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 13 Feb 2014 08:44:52 -0600 Subject: [PATCH] Install Dropbox. --- apps/dropbox.yml | 9 +++++++++ main.yml | 1 + 2 files changed, 10 insertions(+) create mode 100644 apps/dropbox.yml diff --git a/apps/dropbox.yml b/apps/dropbox.yml new file mode 100644 index 0000000..ae279c8 --- /dev/null +++ b/apps/dropbox.yml @@ -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 \ No newline at end of file diff --git a/main.yml b/main.yml index cbd3c8a..0f69627 100644 --- a/main.yml +++ b/main.yml @@ -14,6 +14,7 @@ - include: apps/adium.yml - include: apps/chrome.yml - include: apps/cornerstone.yml +- include: apps/dropbox.yml - include: apps/firefox.yml - include: apps/handbrake.yml - include: apps/homebrew.yml