Ansible 1.9.4.
The script should execute some task only on hosts where some variable is defined. It works fine normally, but it doesn\'t work with the with_items>
with_items>
with_items: "{{ symlinks | default([]) }}"