---
- name: (deb) installing vim
  ansible.builtin.apt:
    name: vim
    state: present
    update_cache: true
  become: true