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