Skip to content

Instantly share code, notes, and snippets.

@jscheid
Created September 9, 2014 20:03
Show Gist options
  • Save jscheid/3edcecba12acd9ffdf2d to your computer and use it in GitHub Desktop.
Save jscheid/3edcecba12acd9ffdf2d to your computer and use it in GitHub Desktop.
diff --git a/roles/debops.rails_deploy/tasks/system.yml b/roles/debops.rails_deploy/tasks/system.yml
index 08959e0..0017e7d 100644
--- a/roles/debops.rails_deploy/tasks/system.yml
+++ b/roles/debops.rails_deploy/tasks/system.yml
@@ -2,12 +2,19 @@
- name: Install app packages
apt: pkg={{ item }} state=latest install_recommends=False
- with_items: rails_deploy_packages
+ with_items: rails_deploy_packages + [ 'git' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment