mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
user mismatch fix
- user root was selected in "move /tmp/.bench if it exists", changed it to frappe
This commit is contained in:
parent
036b4e4b33
commit
97a05fdddf
@ -12,6 +12,8 @@
|
||||
- name: move /tmp/.bench if it exists
|
||||
command: 'cp -R /tmp/.bench {{ bench_repo_path }}'
|
||||
when: tmp_bench.stat.exists and not bench_repo_register.stat.exists
|
||||
become: yes
|
||||
become_user: frappe
|
||||
|
||||
- name: install bench
|
||||
pip: name={{ bench_repo_path }} extra_args='-e'
|
||||
|
Loading…
Reference in New Issue
Block a user