add win_chocolatey role

This commit is contained in:
Sergey Malyuk
2026-04-09 12:10:55 +03:00
parent f317671bbc
commit 23145a8247
9 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Converge
hosts: all
pre_tasks:
# Blank task for ignoring CI testing
# This role was tested manually
- name: Blank
ansible.builtin.command: echo
changed_when: false