initial commit

This commit is contained in:
neingeist 2023-01-28 14:15:41 +01:00
commit 2143075e60
2 changed files with 4 additions and 0 deletions

Binary file not shown.

4
tasks/main.yml Normal file
View file

@ -0,0 +1,4 @@
---
- name: Install xterm-kitty terminfo
copy: src=terminfo/ dest=/usr/share/terminfo/
when: ansible_os_family == 'RedHat'