Add missing task files

This commit is contained in:
polz 2024-03-14 15:07:55 +01:00
parent 85f4a5dac9
commit 20f51f4a09
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- import_tasks: main_win.yml
when: ansible_connection == 'winrm'
- import_tasks: main_lin.yml
when: ansible_connection == 'ssh'

View file

@ -0,0 +1,3 @@
- name: Do not install JLink on Windows
debug:
msg: "Do not install JLink on Windows"