---
- hosts: all
become: yes
tasks:
- name: remove Packages
ansible.builtin.package:
name:
- hddtemp
- ipmitool
- powertop
state: absent