--- - name: "***chrony*** : 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/chrony-client.conf.j2 dest: "{{ config_file }}"