🧹 use package when on debian
This commit is contained in:
parent
cb4ef50ae4
commit
3bc8511a99
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Install xterm-kitty terminfo
|
- name: "Install xterm-kitty terminfo (non-debian)"
|
||||||
copy: src=terminfo/ dest=/usr/share/terminfo/
|
copy: src=terminfo/ dest=/usr/share/terminfo/
|
||||||
|
when: ansible_os_family != "Debian"
|
||||||
|
|
||||||
|
- name: "Install xterm-kitty terminfo (debian)"
|
||||||
|
apt: name=kitty-terminfo
|
||||||
|
when: ansible_os_family == "Debian"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue