--- - name: "hostapd Konfigurationsdatei anlegen" ansible.builtin.template: src: templates/hostapd.j2 dest: /etc/hostapd/hostapd.conf owner: root group: root mode: '0644' ...