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/remove_apps.yml
2021-12-20 22:19:36 +01:00

5 lines
133 B
YAML

---
- name: remove windows apps
ansible.windows.win_package:
product_id: "{{ remove_win_apps__product_id }}"
state: absent