remove useless task as already done in others

This commit is contained in:
meaz 2023-08-01 21:44:40 +02:00
parent 6c69a8b734
commit 3f41ce7b56
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 0 additions and 10 deletions

View File

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