Compare commits

...

2 Commits

Author SHA1 Message Date
24eb0994eb Merge branch 'master' into updates 2021-11-13 00:28:48 +01:00
cb0901739c fixed config file permissions 2021-11-13 00:27:52 +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: