1 2 3 4 5 6 7 8
--- - name: "Install proxmoxer" become: true ansible.builtin.package: name: - "python3-proxmoxer" - "python3-requests" state: present