Skip to content

Commit

Permalink
Merge pull request #48 from bhardin/patch-1
Browse files Browse the repository at this point in the history
Removing unnecessary quotes
  • Loading branch information
jcalazan committed May 3, 2016
2 parents 8603799 + 4858967 commit 9371a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/web/tasks/setup_git_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: Setup the Git repo
git: repo={{ git_repo }}
version="{{ git_branch }}"
version={{ git_branch }}
dest={{ project_path }}
accept_hostkey=yes
when: setup_git_repo is defined and setup_git_repo
Expand All @@ -12,4 +12,4 @@
command: find . -name '*.pyc' -delete
args:
chdir: "{{ project_path }}"
tags: git
tags: git

0 comments on commit 9371a80

Please sign in to comment.