From 53d6b199b9a2289f9a1b54536617149a6a0d5c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 May 2024 11:03:07 +0200 Subject: [PATCH] Move ansible --- zsh/zprofile.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 25930c6..cca2f18 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -38,6 +38,10 @@ 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" + umask 0022 {% set env = machine.environment | combine(user.environment) %}