Skip to content

Commit

Permalink
fix(easy_install): overwrite config files
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jan 6, 2020
1 parent bb7310f commit aebd759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/bench/tasks/setup_bench_production.yml
Expand Up @@ -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 }}'

Expand Down

0 comments on commit aebd759

Please sign in to comment.