install on synology dsm (OtherLinux)

This commit is contained in:
neingeist 2023-01-28 14:52:40 +01:00
parent 2143075e60
commit c8a8bfdc8a

View file

@ -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']