winrm quickconfig
- name: Download Office 2016 installer
get_url:
url: "http://example.com/Office2016Installer.exe"
dest: "C:\temp\"
- name: Install Office 2016
win_package:
path: "C:\temp\Office2016Installer.exe"
product_id: "{90160000-008F-0000-1000-0000000FF1CE}"
arguments: "ADDLOCAL=ALL /quiet /norestart"