Ansible was also failing to update envp-shared!! Fixed now, do not use $HOME in path, ~ works better.

This commit is contained in:
2026-05-06 18:32:04 -07:00
parent 94ef15e9c7
commit 3c9c23736e

View File

@@ -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
- name: General | Facts | System | Global [2/2]
set_fact: