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: