2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Merge pull request #491 from saurabh6790/ansible-merge

[fix] consider without_bench_setup flag while setting up dev env
This commit is contained in:
Saurabh 2017-10-02 17:33:34 +05:30 committed by GitHub
commit 0c03041275

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