From 7613573cbe21af307ed8463920e43a47e0aaee3f Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Wed, 22 Jan 2025 14:42:15 +0100 Subject: [PATCH] fixed proxy url --- proxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy.yml b/proxy.yml index c2ae87b..f842b37 100644 --- a/proxy.yml +++ b/proxy.yml @@ -13,7 +13,7 @@ lineinfile: path: /etc/yum.conf insertafter: EOF - line: proxy=http://ville-geneve.ch:8080 + line: proxy=http://proxy.ville-geneve.ch:8080 when: proxy|bool # block - name: block disable proxy @@ -28,4 +28,4 @@ path: /etc/yum.conf regexp: '^proxy' state: absent - when: not proxy|bool # block \ No newline at end of file + when: not proxy|bool # block