---
- name: (alp) installing vim
  community.general.apk:
    name: vim
    state: present
    update_cache: true
  become: true