ki-ansible-playbook/roles/common/tasks/main.yml

10 lines
154 B
YAML
Raw Normal View History

2021-09-13 18:11:04 +02:00
---
- name: be sure common packages are installed
apt:
name:
- gpg
- gpg-agent
- kitty-terminfo
- vim
update_cache: yes