local/roles/kitty/tasks/Debian.yaml

7 lines
88 B
YAML

---
- name: install apt package
become: true
apt:
name: kitty
state: latest