dotfiles/config/scripts/automatrop

5 lines
142 B
Plaintext
Raw Normal View History

2021-06-16 20:54:51 +00:00
#!/usr/bin/env bash
cd ~/.dotfiles/config/automatrop
ansible-playbook --diff playbooks/default.yml --limit $HOSTNAME --connection local "$@"