adding password to vcs user so git over ssh works

This commit is contained in:
Tim Flink 2015-05-13 21:23:42 +00:00
parent d7ecfff48e
commit 3abbf36a07
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@
user: name={{ phabricator_daemon_user }}
- name: create vcs user
user: name={{ phabricator_vcs_user }}
user: name={{ phabricator_vcs_user }} password={{ phabricator_vcs_user_password }}
when: enable_phabricator_git
- name: add vcs user to sudoers to write as daemon user with restrictions for git