1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

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)
This commit is contained in:
bretello 2020-12-08 17:15:31 +01:00
parent 0b68fec862
commit d6e1aac0f2
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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: |