✨ install on synology dsm (OtherLinux)
parent
2143075e60
commit
c8a8bfdc8a
@ -1,4 +1,4 @@
|
||||
---
|
||||
- name: Install xterm-kitty terminfo
|
||||
- name: Install xterm-kitty terminfo (redhat*, other)
|
||||
copy: src=terminfo/ dest=/usr/share/terminfo/
|
||||
when: ansible_os_family == 'RedHat'
|
||||
when: ansible_os_family in ['RedHat', 'OtherLinux']
|
||||
|
Loading…
Reference in New Issue