Commit 9cc07142 authored by nimrod's avatar nimrod
Browse files

Small correction to the Ansible directory in the Homelab repo.

parent 621bfea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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