From 319ab92fc109a588ce1f9528ac603ef01c6ea5ec Mon Sep 17 00:00:00 2001 From: David Lopez Date: Mon, 24 Jul 2023 12:31:34 +0000 Subject: [PATCH] Actualizar 'zabbix/agent.yaml' --- zabbix/agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix/agent.yaml b/zabbix/agent.yaml index 4f674de..71b96a3 100644 --- a/zabbix/agent.yaml +++ b/zabbix/agent.yaml @@ -3,7 +3,7 @@ #- hosts: {"{ hostvars[hostname].ansible_host }"} --- -- hosts: {{ hostvars['hostname'].ansible_host }} +- hosts: "{{ hostvars['hostname'].ansible_host }}" gather_facts: false vars: ansible_python_interpreter: /usr/bin/python3