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