Update zabbix-agent/main.yaml

This commit is contained in:
David Lopez 2023-08-22 09:23:13 +00:00
parent 7afec6577e
commit feec353f76
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
---
- hosts: all
- hosts: "{{ hosts_servers }}"
gather_facts: yes
tasks:
- name: gather os specific variables
include_vars: "{{ item }}"
with_first_found:
- "vars/{{ ansible_distribution }}.yaml"
- "debian.yaml"
- name: Download zabbix repo package
get_url: