try to get more apps deleted... meh

This commit is contained in:
L3D 2021-12-20 22:32:19 +01:00
parent 4811481065
commit abd181576e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# win_ansible_remove_win_apps
Ansible role to remove the ugly, preinstalled windows apps
Ansible role that will try to remove the ugly, preinstalled windows apps. But it is not really working. Damm :-/

View file

@ -1,8 +1,13 @@
---
remove_win_apps__product_id:
- 'Microsoft.SkypeApp'
- 'Microsoft.MicrosoftOfficeHub'
- 'Microsoft.Office.OneNote'
- 'Microsoft.MixedReality.Portal'
- 'Microsoft.Office'
- 'Microsoft.Office.*'
- 'Microsoft.Office.OneNote'
- 'Microsoft.People'
- 'Microsoft.SkypeApp'
- 'Microsoft.WindowsStore'
- 'Microsoft.ZuneVideo'
remove_win_apps__users: []