Compare commits

..

3 Commits

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: