install: do not clone git repo for local development

use ansible with flag `-e local_development=false` to
skip cloning of git repo (useful with docker bind mounts
to existing repos)
feature/symbol-search
bretello 2020-12-08 17:15:31 +01:00
parent 0b68fec862
commit d6e1aac0f2
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
repo: https://git.decapod.one/brethil/dotfiles
dest: "{{ DOTFILES }}"
version: master
when: local_development is not defined
- name: antibody
shell: |