1 2 3 4 5 6 7 8
--- - name: "template out httpd.conf" ansible.builtin.template: src: httpd.conf.j2 dest: /etc/httpd.conf notify: - restart_httpd