--- - name: "template out httpd.conf" ansible.builtin.template: src: httpd.conf.j2 dest: /etc/httpd.conf notify: - restart_httpd