--- - include: "Windows.yml" when: ansible_os_family == "Windows" - include: "Linux.yml" when: ansible_system == "Linux"