2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

Merge pull request #892 from gavindsouza/setup-prod

fix(easy_install): overwrite config files
This commit is contained in:
gavin 2020-01-06 12:51:14 +05:30 committed by GitHub
commit 48db77318a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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