fixed config file permissions #1

Merged
tobimai merged 2 commits from updates into master 2021-11-13 00:29:02 +01:00

View File

@@ -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: