diff --git a/playbooks/develop/install.yml b/playbooks/develop/install.yml index 835decec..3f9b9a2d 100644 --- a/playbooks/develop/install.yml +++ b/playbooks/develop/install.yml @@ -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')