diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5ed5877..7a4e929 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -168,3 +168,8 @@ keys() } keys + + +apply() { + (cd ~/Code/arch-ansible && ansible-playbook -i inventory/hosts.yml site.yml -K "$@") +}