add .venv files to clonedev hooks
This commit is contained in:
parent
e6d95a5ee3
commit
7d19f6f0f8
3 changed files with 8 additions and 0 deletions
3
.config/clonedev/hooks/clone/infrastruktur:ansible
Executable file
3
.config/clonedev/hooks/clone/infrastruktur:ansible
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo tralios >.venv
|
||||
echo .venv >>.git/info/exclude
|
3
.config/clonedev/hooks/clone/snailed:ansible-homelab
Executable file
3
.config/clonedev/hooks/clone/snailed:ansible-homelab
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo homelab >.venv
|
||||
echo .venv >>.git/info/exclude
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
echo matrix >.venv
|
||||
echo .venv >>.git/info/exclude
|
||||
just roles
|
||||
git clone -- https://git.snaile.de/snailed/matrix-inventory inventory
|
||||
|
|
Loading…
Add table
Reference in a new issue