mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
item != inputs
This commit is contained in:
@ -55,13 +55,13 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if item.tagpass is defined and item.tagpass is iterable %}
|
{% if item.tagpass is defined and item.tagpass is iterable %}
|
||||||
[item.{{ item.plugin }}.tagpass]
|
[inputs.{{ item.plugin }}.tagpass]
|
||||||
{% for items in item.tagpass %}
|
{% for items in item.tagpass %}
|
||||||
{{ items }}
|
{{ items }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if item.tagdrop is defined and item.tagdrop is iterable %}
|
{% if item.tagdrop is defined and item.tagdrop is iterable %}
|
||||||
[item.{{ item.plugin }}.tagdrop]
|
[inputs.{{ item.plugin }}.tagdrop]
|
||||||
{% for items in item.tagdrop %}
|
{% for items in item.tagdrop %}
|
||||||
{{ items }}
|
{{ items }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user