From 76f78f9da21191b90bda7ec1f5bdd2fc9ae1dd90 Mon Sep 17 00:00:00 2001 From: gemini Date: Fri, 13 Mar 2026 12:10:43 +0100 Subject: [PATCH] fix: Remove unsupported 'create' parameter from copy task --- playbooks/organize_home.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/organize_home.yml b/playbooks/organize_home.yml index 54c0987..b6b6403 100644 --- a/playbooks/organize_home.yml +++ b/playbooks/organize_home.yml @@ -132,7 +132,6 @@ copy: dest: "{{ home_dir }}/.config/tig/config" content: "set history-file = {{ home_dir }}/.local/share/tig/history" - create: yes mode: '0644' - name: Final instructions