From 1d4597c7dbd2c5b135c6dd7687440801ef3ec535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 24 Apr 2025 17:10:34 +0200 Subject: [PATCH] Remove confusing remote_tmp configuration --- ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 0ece29c..57d688e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,4 +3,3 @@ retry_files_enabled = False nocows = 1 roles_path = ./ansible_roles library = ./ansible_roles/firefox/library -remote_tmp = ${XDG_CONFIG_HOME}/ansible/tmp