From 1638cd4e0bf8e1dfdb25f47faa5695988d3d13d1 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 30 Jul 2024 09:44:24 +0200
Subject: [PATCH] ansible/playbooks/general#117 Update apt repository setting

---
 tasks/main.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index 7692ef2..d52b012 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -16,11 +16,11 @@
         state: present
 
     # NOTE: trusty here is deliberate
-    - name: Apt Repository
-      apt_repository:
-        repo: 'deb https://packagecloud.io/varnishcache/varnish41/ubuntu/ trusty main'
-        state: present
-        mode: 0644
+    #- name: Apt Repository
+    #  apt_repository:
+    #    repo: 'deb https://packagecloud.io/varnishcache/varnish41/ubuntu/ trusty main'
+    #    state: present
+    #    mode: 0644
 
     - name: Install Varnish
       apt:
-- 
GitLab