--- - name: Angie settings copy ansible.builtin.template: src: templates/template_angie.conf.j2 dest: /etc/angie/http.d/angie-ptaf-{{ app_config[app].TENANT_NAME }}.conf owner: root group: root mode: '0644' notify: Reload angie ...