Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuokah committed Jan 1, 2016
1 parent 51f533f commit fec30fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/roles/git/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: deploy gitconfig
templates: src=gitconfig.j2 dest=~/.gitconfig
template: src=gitconfig.j2 dest=~/.gitconfig force=True

- name: deploy gitglobal ignore
templates: src=gitignore_global.j2 dest=~/.gitignore_global
template: src=gitignore_global.j2 dest=~/.gitignore_global force=True

0 comments on commit fec30fb

Please sign in to comment.