--- - name: Check if ansible is not to old hosts: localhost roles: - {role: l3d.ansible_version, tags: [default, version, default, always], gather_facts: false} - name: Deploy windows users and basic config hosts: desktop roles: - {role: win_activating, tags: zeroconf} - {role: win_zeroconf, tags: zeroconf}