--- - 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_tasks: "{{ ansible_facts['os_family'] }}/{{ ansible_facts['distribution_major_version'] }}.yaml"