From eb753d1ab8977ac72b4a65a23043162cd231ceb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Wed, 7 Aug 2024 15:38:41 +0200 Subject: [PATCH] Remove old dotnet6 --- roles/dotnet6/tasks/main.yml | 4 ---- roles/dotnet6/tasks/main_lin.yml | 4 ---- roles/dotnet6/tasks/main_win.yml | 3 --- 3 files changed, 11 deletions(-) delete mode 100644 roles/dotnet6/tasks/main.yml delete mode 100644 roles/dotnet6/tasks/main_lin.yml delete mode 100644 roles/dotnet6/tasks/main_win.yml diff --git a/roles/dotnet6/tasks/main.yml b/roles/dotnet6/tasks/main.yml deleted file mode 100644 index 55203f6..0000000 --- a/roles/dotnet6/tasks/main.yml +++ /dev/null @@ -1,4 +0,0 @@ -- import_tasks: main_win.yml - when: ansible_connection == 'winrm' -- import_tasks: main_lin.yml - when: ansible_connection == 'ssh' diff --git a/roles/dotnet6/tasks/main_lin.yml b/roles/dotnet6/tasks/main_lin.yml deleted file mode 100644 index 08fc2da..0000000 --- a/roles/dotnet6/tasks/main_lin.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: "Install Dotnet 6.0" - apt: - name: dotnet6 - state: latest diff --git a/roles/dotnet6/tasks/main_win.yml b/roles/dotnet6/tasks/main_win.yml deleted file mode 100644 index 62e8167..0000000 --- a/roles/dotnet6/tasks/main_win.yml +++ /dev/null @@ -1,3 +0,0 @@ -- name: Install .NET 6 SDK - win_chocolatey: - name: dotnet-6.0-sdk