mirror of
https://github.com/frappe/bench.git
synced 2025-02-03 19:38: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: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
- name: Overwrite bench if required
|
||||||
|
file:
|
||||||
|
state: absent
|
||||||
|
path: "{{ bench_path }}"
|
||||||
|
when: overwrite
|
||||||
|
|
||||||
- name: Check whether bench exists
|
- name: Check whether bench exists
|
||||||
stat: path="{{ bench_path }}"
|
stat: path="{{ bench_path }}"
|
||||||
register: bench_stat
|
register: bench_stat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user