--- - name: "hostapd konfigurieren" ansible.builtin.command: | echo 'DAEMON_OPTS="-d"' >> /etc/default/hostapd changed_when: false ...