- hosts: image tasks: - file: path: /etc/machine-id state: absent - apt: name: - acpid - acpi-support-base - cloud-init - openssh-server - locales-all install_recommends: no - shell: | apt clean vars: hostname: bullseye ansible_python_interpreter: /usr/bin/python3