2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

fix(easy_install): overwrite config files

This commit is contained in:
Gavin D'souza 2020-01-06 12:11:28 +05:30
parent bb7310f218
commit aebd75990a

View File

@ -2,7 +2,7 @@
- name: Setup production
become: yes
become_user: root
command: bench setup production {{ frappe_user }}
command: bench setup production {{ frappe_user }} --yes
args:
chdir: '{{ bench_path }}'