--- - name: Configure Zabbix agent ansible.builtin.template: src: zabbix_agent2.conf.j2 dest: "{{ monitoring_zabbix_config_file }}" owner: root group: root mode: '0644' notify: Restart Zabbix Agent