--- - name: utilities | Install required system packages ansible.builtin.apt: name: - python3 - python3-pip - python3-setuptools - python3-proxmoxer - python3-requests - smartmontools - lm-sensors state: present update_cache: yes