Script for running automatrop locally
This commit is contained in:
parent
942089d6c5
commit
779ba859eb
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue