fixed config file permissions

This commit is contained in:
2021-11-13 00:27:52 +01:00
parent cce009b5f0
commit cb0901739c

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: