adding password to vcs user so git over ssh works
This commit is contained in:
parent
d7ecfff48e
commit
3abbf36a07
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue