From f9a3f5f8bf790841a08b9c15aa818c3a44f5f598 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 20 Jan 2025 08:48:58 +0100 Subject: [PATCH] Fix file permissions --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 92dbf59..39759ad 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -19,7 +19,7 @@ ansible.builtin.file: path: '{{ item }}' state: directory - mode: '644' + mode: '744' loop: - '{{ xdg_config_dir }}/git' - '{{ xdg_config_dir }}/tmux'