From e59c7042295b14eee0f09222117b7086e64d89e0 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 8 Mar 2018 19:07:57 +0530 Subject: [PATCH] minor fix --- playbooks/roles/bench/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/bench/tasks/main.yml b/playbooks/roles/bench/tasks/main.yml index 1ed5dafb..4834348a 100644 --- a/playbooks/roles/bench/tasks/main.yml +++ b/playbooks/roles/bench/tasks/main.yml @@ -32,7 +32,7 @@ command: bench init {{ bench_path }} --frappe-branch {{ branch }} --python python3 args: creates: "{{ bench_path }}" - when: not bench_stat.stat.exists and develop + when: not bench_stat.stat.exists and not production - name: python2 bench init for develop command: bench init {{ bench_path }} --frappe-branch {{ branch }}