fixed proxy url

This commit is contained in:
Gilles Mouchet 2025-01-22 14:42:15 +01:00
parent e4c267b03d
commit 7613573cbe

View File

@ -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
when: not proxy|bool # block