2
0
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:
Ameya Shenoy 2018-01-18 03:30:42 +05:30
parent 036b4e4b33
commit 97a05fdddf
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -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'