--- - name: Initialize DNS configurator include_tasks: "../tasks/configure_dns.yml" vars: dns_ip: "{{ item }}" with_items: "{{ dns_servers }}"