Skip to content

Commit

Permalink
Remove redundant yum_repo prod naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen authored Feb 9, 2021
1 parent a299f32 commit cdb766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/add_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

- name: Add Microsoft yum repository for MDATP.
yum_repository:
name: "packages-microsoft-com-prod-{{ channel }}"
name: "packages-microsoft-com-{{ channel }}"
description: Microsoft Defender for Endpoint
file: "microsoft-{{ channel }}"
baseurl: "https://packages.microsoft.com/{{ ansible_distribution | lower }}/{{ ansible_distribution_major_version }}/{{ channel }}/"
Expand Down

0 comments on commit cdb766b

Please sign in to comment.