ansible-roles/roles/zabbix_agent/tasks/install_RedHat.yml

9 lines
202 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-01-24 12:00:19 +01:00
- name: Install additional scripts
2021-12-01 19:13:34 +01:00
yum:
name: "{{ zabbix_agent_packages }}"
state: "{{ zabbix_agent_update | ternary('latest','present') }}"
notify: restart zabbix-agent
tags: zabbix