mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +00:00
Remove bench dir for new install
This commit is contained in:
parent
c21554519f
commit
b38ba7f7b5
@ -18,6 +18,12 @@
|
||||
become: yes
|
||||
become_user: root
|
||||
|
||||
- name: Overwrite bench if required
|
||||
file:
|
||||
state: absent
|
||||
path: "{{ bench_path }}"
|
||||
when: overwrite
|
||||
|
||||
- name: Check whether bench exists
|
||||
stat: path="{{ bench_path }}"
|
||||
register: bench_stat
|
||||
|
Loading…
x
Reference in New Issue
Block a user