Broken package installation using Ansible on debian 11 Bullseye
I woud like to install debian packages using Ansible 2.7.7 on Debian testing (yet) I try to execute this simple task: tasks: - name: install basic packages apt: name: ['mc', 'htop', 'strace','sudo','screen','lshw', 'postfix', 'etckeeper'] state: present But the installation is…