--- - name: "***www*** : Template Konfigurationsdatei an Ort und Stelle kopieren und Variablen setzen" ansible.builtin.template: # https://docs.ansible.com/ansible/latest/modules/template_module.html src: templates/httpd-server.conf.j2 dest: "{{ config_file }}"