mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
fix typo
This commit is contained in:
parent
6b69eeda4f
commit
2b13b55d49
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
- name: copy and validate i3wm config file
|
- name: copy and validate i3wm config file
|
||||||
become: true
|
become: true
|
||||||
tansible.builtin.emplate:
|
ansible.builtin.template:
|
||||||
src: templates/config.j2
|
src: templates/config.j2
|
||||||
dest: "/home/{{ i3wm_user }}/.config/i3/config"
|
dest: "/home/{{ i3wm_user }}/.config/i3/config"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
Loading…
Reference in a new issue