Don't create symlink on FreeBSD
This commit is contained in:
parent
d21f21f3f4
commit
a6753a47cd
1 changed files with 1 additions and 1 deletions
|
@ -41,4 +41,4 @@
|
|||
src: ".xsession"
|
||||
dest: "{{ ansible_env.HOME }}/.xinitrc"
|
||||
state: link
|
||||
when: ansible_system == "NetBSD" or ansible_system == "FreeBSD"
|
||||
when: ansible_system == "NetBSD"
|
||||
|
|
Loading…
Reference in a new issue