UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

10 lines (8 loc) 304 B
--- - name: "Ensure {{ app_name }} is installed" debug: msg: "TODO: Figure out how to install Microsoft Office APPX from the Microsoft Store" - name: Remove Microsoft Office Tools folder from the Start Menu win_file: path: "{{ windows_startmenu }}\\Microsoft Office Tools" state: absent