diff --git a/.bashrc b/.bashrc
index 1f894c230741565fb2619d391ab791fe0b2930fa..04922163e50706a4cab2556529822bb5b82abba8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -186,7 +186,7 @@ alias yellow="printf '\e[1;93m%s\e[0m\n'"
 alias xargs="xargs "
 
 ansible_all () {
-    pushd ~/Repositories/Shore/homelab || return
+    pushd ~/Repositories/Shore/homelab/Ansible || return
     ansible all "$@"
     # shellcheck disable=SC2164
     popd