--- - name: Install base packages ansible.builtin.apt: name: - vim - curl - git - htop state: present update_cache: true