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