Bump version of dotnet

This commit is contained in:
Gašper Fele-Žorž 2024-08-07 15:32:59 +02:00
parent 6a3b70eb4d
commit 49e5e6946b
6 changed files with 18 additions and 3 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'