zabbix/tasks/install_client.yml

11 lines
200 B
YAML

---
- name: "[APT] - Install Zabbix from repository"
apt:
name: "{{ zabbix_client_pkg }}"
state: latest
update_cache: yes
install_recommends: no
notify:
- restart zabbix_agent