From cdb766bfbdcf49277e8fea63bd0348951c9ab936 Mon Sep 17 00:00:00 2001 From: David Norman Date: Tue, 9 Feb 2021 14:38:15 -0500 Subject: [PATCH] Remove redundant yum_repo prod naming. --- tasks/add_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/add_repo.yml b/tasks/add_repo.yml index 5369ae3..51933e7 100644 --- a/tasks/add_repo.yml +++ b/tasks/add_repo.yml @@ -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 }}/"