Script for running automatrop locally
This commit is contained in:
parent
942089d6c5
commit
779ba859eb
4
config/scripts/automatrop
Executable file
4
config/scripts/automatrop
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd ~/.dotfiles/config/automatrop
|
||||
ansible-playbook --diff playbooks/default.yml --limit $HOSTNAME --connection local "$@"
|
Loading…
Reference in a new issue