{ type: "1", port: "10050" }
- { type: "4", port: "8686" }
и есть кусок handler
interfaces:
- type: "{{ item.type }}"
main: 1
useip: 0
dns: "{{ ansible_fqdn }}"
port: "{{ item.port }}"
loop: "{{ zabbix_interfaces }}"
выдает '<' not supported between instances of 'str' and 'int'\n
пробовал так, не помогло:
- type: "{{ item.type|int }}"
port string, type int, судя по документации к api
где может быть ошибка?
в group_var: type: 1 и type: 4 (без кавычек)
Обсуждают сегодня