This commit is contained in:
DeveloperDurp 2025-04-06 20:23:01 -05:00
parent 75ef84804f
commit dd28e5b578
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -1 +1,3 @@
#!/bin/bash
sudo apt install ansible stow
stow --adopt . stow --adopt .