From cb0901739c356ca9adec22912fa269e8cfc70f87 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 13 Nov 2021 00:27:52 +0100 Subject: [PATCH] fixed config file permissions --- playbook_sway.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbook_sway.yml b/playbook_sway.yml index 511be73..6fb11f4 100644 --- a/playbook_sway.yml +++ b/playbook_sway.yml @@ -131,7 +131,12 @@ - name: Ensures sway config direcotry exists - file: path=/home/tobi/.config/sway state=directory + ansible.builtin.file: + path: path=/home/tobi/.config/sway + state: directory + group: tobi + owner: tobi + mode: '0744' - name: Copy sway config to config ansible.builtin.copy: