Skip to content

Commit

Permalink
Removing unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardin committed May 3, 2016
1 parent 8603799 commit 4858967
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 4858967

Please sign in to comment.