--- - name: "Konfiguration des bevorzugte Meshingpoint in BATMAN_V mit Wifi-Nutzung" ansible.builtin.template: src: templates/rclocal_both.j2 dest: /etc/rc.local owner: root group: root mode: '0750' when: ( raspberry_meshvlan|length > 0 ) and ( raspberry_wifi == "true" ) ...