update
This commit is contained in:
parent
75ef84804f
commit
dd28e5b578
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -2,7 +2,7 @@ include .env
|
||||||
export
|
export
|
||||||
|
|
||||||
run:
|
run:
|
||||||
ansible-playbook ./DesktopAnsible/local.yml -K
|
ansible-playbook ./ansible/local.yml -K
|
||||||
|
|
||||||
devpod:
|
devpod:
|
||||||
ansible-playbook ./DesktopAnsible/local.yml
|
ansible-playbook ./ansible/local.yml
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sudo apt install ansible stow
|
||||||
stow --adopt .
|
stow --adopt .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue