Merge pull request 'fixed config file permissions' (#1) from updates into master
Reviewed-on: https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks/pulls/1
This commit was merged in pull request #1.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user