--- - name: "Paket hostapd für WLAN installieren" ansible.builtin.apt: update_cache: true pkg: - hostapd state: present ...