Skip to content

Commit

Permalink
Merge branch 'reedlaw-master'
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
BrandonMathis committed Feb 17, 2015
2 parents 0d42f3f + 90dccfd commit 2f4fd50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[defaults]
roles_path = ~/.vendor
roles_path = ./vendor
2 changes: 1 addition & 1 deletion roles/backend_install_essentials/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
rbenv_plugins:
- name: ruby-build
repo: git://github.com/sstephenson/ruby-build.git
version: v20141225
version: 2.2.0
2 changes: 1 addition & 1 deletion roles/backend_install_essentials/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Install IM
- name: Install imagemagick
apt: name={{ item }} state=present
with_items:
- imagemagick
Expand Down
2 changes: 1 addition & 1 deletion roles/general/tasks/basic_packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: Install VIM
- name: Install vim
apt: name=vim state=present

0 comments on commit 2f4fd50

Please sign in to comment.