Skip to content

Commit

Permalink
fix: fix permissions for python3 bench init
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Dec 18, 2019
1 parent c88940d commit fce86fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/roles/bench/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
stat: path="{{ bench_path }}"
register: bench_stat

- name: Fix permissions
become_method: sudo
command: chown {{ frappe_user }} -R ~

- name: python3 bench init for develop
command: bench init {{ bench_path }} --frappe-path {{ frappe_repo_url }} --frappe-branch {{ frappe_branch }} --python {{ python }}
args:
Expand Down

0 comments on commit fce86fa

Please sign in to comment.