Remove old dotnet6

This commit is contained in:
Gašper Fele-Žorž 2024-08-07 15:38:41 +02:00
parent 49e5e6946b
commit eb753d1ab8
3 changed files with 0 additions and 11 deletions

View file

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

View file

@ -1,4 +0,0 @@
- name: "Install Dotnet 6.0"
apt:
name: dotnet6
state: latest

View file

@ -1,3 +0,0 @@
- name: Install .NET 6 SDK
win_chocolatey:
name: dotnet-6.0-sdk