From 1c6a2cbbecdc9beef75f4e540f023414da59aaa1 Mon Sep 17 00:00:00 2001 From: gemini Date: Fri, 13 Mar 2026 12:09:33 +0100 Subject: [PATCH] fix: Comment out a line in playbook that was missing a comment sign --- playbooks/organize_home.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/organize_home.yml b/playbooks/organize_home.yml index 41cd0e4..54c0987 100644 --- a/playbooks/organize_home.yml +++ b/playbooks/organize_home.yml @@ -22,7 +22,7 @@ # # 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 - ax_path. These are left untouched. + # ax_path. These are left untouched. vars: home_dir: "{{ lookup('env', 'HOME') }}"