mirror of
https://github.com/roles-ansible/ansible_role_sway.git
synced 2024-08-16 13:49:49 +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
|
||||
become: true
|
||||
tansible.builtin.emplate:
|
||||
ansible.builtin.template:
|
||||
src: templates/config.j2
|
||||
dest: "/home/{{ i3wm_user }}/.config/i3/config"
|
||||
mode: 0600
|
||||
|
|
Loading…
Reference in a new issue