Double-quote git name

It failed on my name so this is intended to fix that
This commit is contained in:
Charlie O'Keefe 2019-02-13 20:33:40 -07:00
parent cb14e8c9ce
commit 450ab9c789
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
seconds: 10
- name: Set Git username.
command: "git config --global user.name '{{ git_name }}'"
command: "git config --global user.name \"{{ git_name }}\""
become_user: "{{ gitian_user }}"
- name: Set Git email address.