python-support-infra/playbooks/playbook.systems.yml

11 lines
236 B
YAML
Raw Normal View History

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