Move fonts.conf out
This commit is contained in:
parent
664488f45b
commit
ea4f8f3eca
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
- name: Create $XDG_CONFIG_HOME/fontconfig/fonts.conf
|
- name: Create $XDG_CONFIG_HOME/fontconfig/fonts.conf
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "fonts.conf"
|
src: "fonts.conf"
|
||||||
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/fontconfig/fonts.conf"
|
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/fontconfig/fonts.conf.ant"
|
||||||
- name: Create $HOME/.icewm
|
- name: Create $HOME/.icewm
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "icewm/"
|
src: "icewm/"
|
||||||
|
|
Loading…
Reference in a new issue