--- - name: "Systemd Startdatei für respondd kopieren" ansible.builtin.copy: src: /opt/ext-respondd/ext-respondd.service.example dest: /etc/systemd/system/ext-respondd.service remote_src: true # cmd: cp /opt/ext-respondd/ext-respondd.service.example /etc/systemd/system/ext-respondd.service ...