Fix task name
This commit is contained in:
parent
355773d52f
commit
99a03180d1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
dest: "{{ ansible_env.HOME }}/.xinitrc"
|
||||
state: link
|
||||
when: ansible_system == "NetBSD"
|
||||
- name: Load ~/.Xresources on Fedora
|
||||
- name: Load ~/.Xresources
|
||||
copy:
|
||||
src: "xrdb.desktop"
|
||||
dest: "{{ ansible_env.HOME }}/.config/autostart/xrdb.desktop"
|
||||
|
|
Loading…
Reference in a new issue