Fix typo
This commit is contained in:
parent
7761040524
commit
33115dc801
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "icewm/"
|
src: "icewm/"
|
||||||
dest: "{{ ansible_env.HOME }}/.icewm"
|
dest: "{{ ansible_env.HOME }}/.icewm"
|
||||||
- name: Create $XDG_CONFIG_HOME/piconf.conf
|
- name: Create $XDG_CONFIG_HOME/picom.conf
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "piconf.conf"
|
src: "picom.conf"
|
||||||
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/piconf.conf"
|
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/picom.conf"
|
||||||
|
|
Loading…
Reference in a new issue