This repository has been archived on 2022-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
win_ansible_remove_win_apps/tasks/main.yml
2021-12-20 22:19:36 +01:00

6 lines
183 B
YAML

---
- name: remove windows apps
ansible.builtin.include_tasks: remove_apps.yml
- name: remove windows apps for other users
ansible.builtin.include_tasks: remove_apps_as_user.yml