fixed proxy url
This commit is contained in:
parent
e4c267b03d
commit
7613573cbe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user