Actualizar 'zabbix/agent.yaml'
This commit is contained in:
parent
071f0371be
commit
319ab92fc1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue