1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

improve permissions...

This commit is contained in:
L3D 2021-11-15 00:28:35 +01:00
parent a3e9191b28
commit 6b975729d4
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 3 additions and 2 deletions

View file

@ -42,8 +42,9 @@
# todo: rewrite user stuff and support multiple users
- name: mkdir ~/.config/i3blocks/
become: true
ansible.builtin.file:
path: ~/.config/i3blocks/
path: "/home/{{ i3wm_user }}/.config/i3blocks/"
state: directory
mode: '0755'
owner: "{{ i3wm_user }}"

View file

@ -33,5 +33,5 @@ __i3_workspaces:
user: "{{ i3wm_user }}"
playbook_version_number: 9023 # should be int
playbook_version_number: 9024 # should be int
playbook_version_path: 'role-i3wm_chaos-bodensee_github.com.version'