From 3eca81c5bffab2e9c521b4af9891fe0af9b99498 Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 17 Sep 2024 16:28:05 +0100 Subject: [PATCH] . --- shared/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/bashrc b/shared/bashrc index 6192809..10c7486 100644 --- a/shared/bashrc +++ b/shared/bashrc @@ -51,7 +51,7 @@ _setaliases() { alias path='echo -e ${PATH//:/\\n}' alias GitPull='/zz/zShared/sbin/GitPull' - ZANSIBLE=registry.nopenso.com/upload/zansible + ZANSIBLE=registry.nopenso.com/uploadoci/ansible alias zansible-playbook='docker run -it --rm -v $(pwd):/ansible ${ZANSIBLE}:latest ansible-playbook' alias zansible-lint='docker run -it --rm -v $(pwd):/ansible ${ZANSIBLE}:latest ansible-lint'