Skip to content

Commit

Permalink
No more MS packages for .NET on Ubuntu 22.04+
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 28, 2024
1 parent 40ff5a4 commit 747af55
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,3 @@
repo_url: 'https://packages.microsoft.com/config/centos/8/prod.repo'
package: 'dotnet-sdk-7.0'
when: ansible_distribution == 'AlmaLinux'

- include_role:
name: "{{ playbook_dir.split('/')[:-1] | last }}"
vars:
name: '.NET SDK'
gpg_url: 'https://packages.microsoft.com/keys/microsoft.asc'
repo_url: 'https://packages.microsoft.com/config/ubuntu/{{ ansible_distribution_version }}/prod.list'
package: 'dotnet-sdk-8.0'
when: ansible_distribution == 'Ubuntu'

0 comments on commit 747af55

Please sign in to comment.