Remove old dotnet6
This commit is contained in:
parent
49e5e6946b
commit
eb753d1ab8
3 changed files with 0 additions and 11 deletions
|
@ -1,4 +0,0 @@
|
|||
- import_tasks: main_win.yml
|
||||
when: ansible_connection == 'winrm'
|
||||
- import_tasks: main_lin.yml
|
||||
when: ansible_connection == 'ssh'
|
|
@ -1,4 +0,0 @@
|
|||
- name: "Install Dotnet 6.0"
|
||||
apt:
|
||||
name: dotnet6
|
||||
state: latest
|
|
@ -1,3 +0,0 @@
|
|||
- name: Install .NET 6 SDK
|
||||
win_chocolatey:
|
||||
name: dotnet-6.0-sdk
|
Loading…
Add table
Add a link
Reference in a new issue