created apply func

This commit is contained in:
2026-02-22 10:08:26 -08:00
parent 8e1b0376c5
commit e2c94ea82e

View File

@@ -168,3 +168,8 @@ keys()
} }
keys keys
apply() {
(cd ~/Code/arch-ansible && ansible-playbook -i inventory/hosts.yml site.yml -K "$@")
}