From 4c0639e862a2ca8c4924c4c5365bae012377a73a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 24 Jul 2026 15:10:07 -0700 Subject: [PATCH] Ansible actually prefers tildes. Fails with $HOME. --- facts/general/system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facts/general/system.yml b/facts/general/system.yml index e8e856f..481d8b7 100644 --- a/facts/general/system.yml +++ b/facts/general/system.yml @@ -10,7 +10,7 @@ x_desktops: /usr/share/xsessions git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }} git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }} - shared_rc_install_dir: $HOME/.git-env-shared + shared_rc_install_dir: ~/.git-env-shared notify_log: "ansible.notify.log" - name: General | Facts | System | Global [2/2]