From b8b7ca1851a8fd363f06ba74ca8e1834eb1e227d Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 24 Jul 2026 14:59:49 -0700 Subject: [PATCH] Change another variable used in PATH to not have tilde. --- 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 481d8b7..e8e856f 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: ~/.git-env-shared + shared_rc_install_dir: $HOME/.git-env-shared notify_log: "ansible.notify.log" - name: General | Facts | System | Global [2/2]