Hi
The task part of the playbook is:
- name: Install Office 2016 64-bit
win_package:
path: 'c:\temp\Office2016\office2016-64\setup.exe'
product_id: '{90160000-0012-0000-1000-0000000FF1CE}'
arguments: '/adminfile unattended.MSP'
Before this task, I have another task that copied the distribution files for Office 2016 64 bit install to that c:\temp\Office2016\office2016-64\ directory already. The unattended.MSP is basically created with the Display level set to none with Suppress Modal selected only.