5 lines
142 B
Bash
Executable file
5 lines
142 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd ~/.dotfiles/config/automatrop
|
|
ansible-playbook --diff playbooks/default.yml --limit $HOSTNAME --connection local "$@"
|