add win_onec role

This commit is contained in:
Sergey Malyuk
2026-04-09 12:30:56 +03:00
parent eb4c5271c6
commit 8c3afa7685
9 changed files with 154 additions and 0 deletions

View File

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