Skip to content

Commit 9371a80

Browse files
committed
Merge pull request #48 from bhardin/patch-1
Removing unnecessary quotes
2 parents 8603799 + 4858967 commit 9371a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/web/tasks/setup_git_repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- name: Setup the Git repo
44
git: repo={{ git_repo }}
5-
version="{{ git_branch }}"
5+
version={{ git_branch }}
66
dest={{ project_path }}
77
accept_hostkey=yes
88
when: setup_git_repo is defined and setup_git_repo
@@ -12,4 +12,4 @@
1212
command: find . -name '*.pyc' -delete
1313
args:
1414
chdir: "{{ project_path }}"
15-
tags: git
15+
tags: git

0 commit comments

Comments
 (0)