From a3d9e6c7158e3c869bac79c8044909136f2af580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 18 Jun 2024 11:38:54 +0200 Subject: [PATCH] Do not use global ansible config --- zsh/zprofile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index b3ebd04..21f4e1b 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -50,7 +50,6 @@ export PATH="${PATH}:${CARGO_HOME}/bin" export PASSWORD_STORE_DIR="$XDG_STATE_HOME"/pass export ANSIBLE_HOME="${XDG_CONFIG_HOME}/ansible" -export ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible.cfg" export ANSIBLE_GALAXY_CACHE_DIR="${XDG_CACHE_HOME}/ansible/galaxy_cache" export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker