--- - name: Install basic packages ansible.builtin.apt: name: - fastfetch - htop - curl - wget - git - sudo - console-setup - qemu-guest-agent - cron - net-tools - tcpdump - locales-all update_cache: yes install_recommends: no state: present