---
- name: Install system tools
become: true
vars:
packages:
- less
ansible.builtin.apt:
name: "{{ packages }}"
state: present
update_cache: yes