✨ install on synology dsm (OtherLinux)
This commit is contained in:
parent
2143075e60
commit
c8a8bfdc8a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: Install xterm-kitty terminfo
|
- name: Install xterm-kitty terminfo (redhat*, other)
|
||||||
copy: src=terminfo/ dest=/usr/share/terminfo/
|
copy: src=terminfo/ dest=/usr/share/terminfo/
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family in ['RedHat', 'OtherLinux']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue