--- - name: Set blank routes symbol command: echo -n register: echo changed_when: false - name: Create array for interfaces to reload set_fact: reload_interfaces: [] changed_when: false - name: Include interfaces configuration tasks include: "{{ ansible_os_family }}/{{ ansible_distribution_major_version }}.yaml"