2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 16:36:25 +00:00

[fix] consider without_bench_setup flag while setting up dev env

This commit is contained in:
Saurabh 2017-10-02 17:20:44 +05:30
parent e2260d7065
commit a549853b9e

View File

@ -22,4 +22,4 @@
# setup development environment
- include: includes/setup_dev_env.yml
when: not run_travis and not production
when: not run_travis and not production and (not without_bench_setup and ansible_distribution == 'Ubuntu')