From e2c94ea82e59894fd68cebf0ea080a4f4a1084dd Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 22 Feb 2026 10:08:26 -0800 Subject: [PATCH] created apply func --- .config/zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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 "$@") +}