1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00
This commit is contained in:
L3D 2021-11-08 13:55:47 +01:00
parent 6b69eeda4f
commit 2b13b55d49
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -31,7 +31,7 @@
- name: copy and validate i3wm config file
become: true
tansible.builtin.emplate:
ansible.builtin.template:
src: templates/config.j2
dest: "/home/{{ i3wm_user }}/.config/i3/config"
mode: 0600