fix: Comment out a line in playbook that was missing a comment sign

This commit is contained in:
gemini
2026-03-13 12:09:33 +01:00
parent b8478fe220
commit 1c6a2cbbec

View File

@@ -22,7 +22,7 @@
# #
# 4. Applications without standard way to change config path: Some applications # 4. Applications without standard way to change config path: Some applications
# do not follow XDG specs and do not provide an easy way to change their # do not follow XDG specs and do not provide an easy way to change their
ax_path. These are left untouched. # ax_path. These are left untouched.
vars: vars:
home_dir: "{{ lookup('env', 'HOME') }}" home_dir: "{{ lookup('env', 'HOME') }}"