11 lines
236 B
YAML
11 lines
236 B
YAML
|
- hosts: swarm
|
||
|
become: "true"
|
||
|
tasks:
|
||
|
####################
|
||
|
# - Tuning - Dev
|
||
|
####################
|
||
|
- name: "Install Terminfo for Kitty"
|
||
|
ansible.builtin.apt:
|
||
|
state: "present"
|
||
|
name: "kitty-terminfo"
|