daemon users don't need a password
This commit is contained in:
parent
2a6679403e
commit
c9c68c12bc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
user: name={{ phabricator_daemon_user }}
|
||||
|
||||
- name: create vcs user
|
||||
user: name={{ phabricator_vcs_user }} password={{ phabricator_vcs_password }}
|
||||
user: name={{ phabricator_vcs_user }}
|
||||
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