mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +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:
parent
0b68fec862
commit
d6e1aac0f2
|
@ -25,6 +25,7 @@
|
|||
repo: https://git.decapod.one/brethil/dotfiles
|
||||
dest: "{{ DOTFILES }}"
|
||||
version: master
|
||||
when: local_development is not defined
|
||||
|
||||
- name: antibody
|
||||
shell: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user