--- - name: Enable contrib repositories apt_repository: repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }} contrib - name: Add i386 Architecture command: dpkg --add-architecture i386 args: creates: /var/lib/dpkg/arch when: ansible_architecture != 'i386' register: archrc - name: Update APT Cache for i386 apt: update_cache: true when: archrc is defined and archrc.changed - name: Install Estlcam dependencies apt: name: - winetricks - wine32 - xfwm4