Ansible actually prefers tildes. Fails with $HOME.

This commit is contained in:
2026-07-24 15:10:07 -07:00
parent 07047f140e
commit 4c0639e862
+1 -1
View File
@@ -10,7 +10,7 @@
x_desktops: /usr/share/xsessions x_desktops: /usr/share/xsessions
git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }} git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }}
git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ 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" notify_log: "ansible.notify.log"
- name: General | Facts | System | Global [2/2] - name: General | Facts | System | Global [2/2]