diff --git a/tasks/config.yml b/tasks/config.yml index 6ab32ce104255cbc9c1c2719f990b2cefbf9460e..23e8dbc2a6601e9d720782f0b11cdffe2110d48e 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -5,7 +5,8 @@ template: src: zabbix_agentd.conf dest: /etc/zabbix/zabbix_agentd.conf - notify: "Restart Zabbix Agent" + notify: + - Restart Zabbix Agent - name: Copy TLS PSK File copy: @@ -15,11 +16,13 @@ group: root mode: 0600 when: zabbix_tls_psk_file != '' - notify: "Restart Zabbix Agent" + notify: + - Restart Zabbix Agent - name: Agent User Config template: src: userparameter.conf dest: /etc/zabbix/zabbix_agentd.d/userparameter_{{ item }}.conf with_items: '{{ zabbix_agent_userparameter }}' - notify: "Restart Zabbix Agent" + notify: + - Restart Zabbix Agent