Skip to content
Snippets Groups Projects
Commit 9cc07142 authored by nimrod's avatar nimrod
Browse files

Small correction to the Ansible directory in the Homelab repo.

parent 621bfea0
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ alias yellow="printf '\e[1;93m%s\e[0m\n'" ...@@ -186,7 +186,7 @@ alias yellow="printf '\e[1;93m%s\e[0m\n'"
alias xargs="xargs " alias xargs="xargs "
ansible_all () { ansible_all () {
pushd ~/Repositories/Shore/homelab || return pushd ~/Repositories/Shore/homelab/Ansible || return
ansible all "$@" ansible all "$@"
# shellcheck disable=SC2164 # shellcheck disable=SC2164
popd popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment